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()
ClusterNodeId
name()
String
networkHost()
String
networkPublishHost()
-
-
-
Method Detail
-
discovery
NodeDiscovery discovery()
-
name
ClusterNodeId name()
-
isEnabled
boolean isEnabled()
-
networkPublishHost
String networkPublishHost()
-
networkHost
String networkHost()
-
-