Interface ReactiveElasticsearchClient.Status
- Enclosing interface:
- ReactiveElasticsearchClient
public static interface ReactiveElasticsearchClient.Status
Cumulative client
ElasticsearchHost
information.- Since:
- 3.2
- Author:
- Christoph Strobl
-
Method Details
-
hosts
Collection<ElasticsearchHost> hosts()Get the collection of known hosts.- Returns:
- never null.
-
isOk
default boolean isOk()- Returns:
- true if at least one host is available.
-