Package com.enonic.xp.cluster
Interface ClusterConfig
-
public interface ClusterConfig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeDiscovery
discovery()
boolean
isEnabled()
boolean
isSessionReplicationEnabled()
ClusterNodeId
name()
java.lang.String
networkHost()
java.lang.String
networkPublishHost()
-
-
-
Method Detail
-
discovery
NodeDiscovery discovery()
-
name
ClusterNodeId name()
-
isEnabled
boolean isEnabled()
-
networkPublishHost
java.lang.String networkPublishHost()
-
networkHost
java.lang.String networkHost()
-
isSessionReplicationEnabled
boolean isSessionReplicationEnabled()
-
-