Package org.infinispan.health
Interface ClusterHealth
- 
public interface ClusterHealthCluster health information. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetClusterName()Returns the name of the cluster.HealthStatusgetHealthStatus()Returns total cluster health.List<String>getNodeNames()Returns node names.intgetNumberOfNodes()Returns the number of nodes in the cluster. 
 - 
 
- 
- 
Method Detail
- 
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. 
 - 
 
 -