Interface ReactiveElasticsearchClient.Status

Enclosing interface:
ReactiveElasticsearchClient

public static interface ReactiveElasticsearchClient.Status
Cumulative client ElasticsearchHost information.
Since:
3.2
Author:
Christoph Strobl
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the collection of known hosts.
    default boolean
     
  • Method Details

    • hosts

      Get the collection of known hosts.
      Returns:
      never null.
    • isOk

      default boolean isOk()
      Returns:
      true if at least one host is available.