Package com.enonic.xp.cluster
Interface Cluster
-
public interface Cluster
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voiddisable()Deprecated.voidenable()Deprecated.ClusterHealthgetHealth()ClusterIdgetId()ClusterNodesgetNodes()booleanisEnabled()Deprecated.
-
-
-
Method Detail
-
getId
ClusterId getId()
-
getHealth
ClusterHealth getHealth()
-
getNodes
ClusterNodes getNodes()
-
enable
@Deprecated void enable()
Deprecated.
-
disable
@Deprecated void disable()
Deprecated.
-
isEnabled
@Deprecated boolean isEnabled()
Deprecated.
-
-