Package com.enonic.xp.cluster
Interface ClusterManager
-
public interface ClusterManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClustersgetClusters()ClusterStategetClusterState()booleanisHealthy()
-
-
-
Method Detail
-
getClusterState
ClusterState getClusterState()
-
getClusters
Clusters getClusters()
-
isHealthy
boolean isHealthy()
-
-