public interface ClusterHealth
Modifier and Type | Method and Description |
---|---|
String |
getClusterName()
Returns the name of the cluster.
|
HealthStatus |
getHealthStatus()
Returns total cluster health.
|
List<String> |
getNodeNames()
Returns node names.
|
int |
getNumberOfNodes()
Returns the number of nodes in the cluster.
|
HealthStatus getHealthStatus()
String getClusterName()
int getNumberOfNodes()
Copyright © 2021 JBoss by Red Hat. All rights reserved.