Interface ClusterHealth

All Superinterfaces:
JsonSerialization

public interface ClusterHealth extends JsonSerialization
Cluster health information.
  • Method Details

    • getHealthStatus

      HealthStatus getHealthStatus()
      Returns total cluster health.
    • getClusterName

      String getClusterName()
      Returns the name of the cluster.
    • getNumberOfNodes

      int getNumberOfNodes()
      Returns the number of nodes in the cluster.
    • getNodeNames

      List<String> getNodeNames()
      Returns node names.