Package org.infinispan.health
Interface ClusterHealth
- All Superinterfaces:
JsonSerialization
Cluster health information.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the cluster.Returns total cluster health.Returns node names.int
Returns the number of nodes in the cluster.Methods inherited from interface org.infinispan.commons.dataconversion.internal.JsonSerialization
toJson
-
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
Returns node names.
-