Class ClusterData
java.lang.Object
de.hybris.platform.hac.data.dto.cluster.ClusterData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglonglonggetNodes()booleanvoidsetBroadcastMethods(List<BroadcastMethodData> clusterNodes) voidsetClusterEnabled(boolean clusterEnabled) voidsetClusterIslandId(long clusterIslandId) voidsetClusterNodeId(long clusterNodeId) voidsetDynamicClusterNodeId(long dynamicClusterNodeId) void
-
Constructor Details
-
ClusterData
public ClusterData()
-
-
Method Details
-
isClusterEnabled
public boolean isClusterEnabled() -
setClusterEnabled
public void setClusterEnabled(boolean clusterEnabled) -
getClusterIslandId
public long getClusterIslandId() -
setClusterIslandId
public void setClusterIslandId(long clusterIslandId) -
getClusterNodeId
public long getClusterNodeId() -
setClusterNodeId
public void setClusterNodeId(long clusterNodeId) -
getDynamicClusterNodeId
public long getDynamicClusterNodeId() -
setDynamicClusterNodeId
public void setDynamicClusterNodeId(long dynamicClusterNodeId) -
getNodes
-
setNodes
-
getBroadcastMethods
-
setBroadcastMethods
-