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