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