public class ClusterData extends Object
| Constructor and Description |
|---|
ClusterData() |
| Modifier and Type | Method and Description |
|---|---|
List<BroadcastMethodData> |
getBroadcastMethods() |
long |
getClusterIslandId() |
long |
getClusterNodeId() |
long |
getDynamicClusterNodeId() |
List<NodeData> |
getNodes() |
boolean |
isClusterEnabled() |
void |
setBroadcastMethods(List<BroadcastMethodData> clusterNodes) |
void |
setClusterEnabled(boolean clusterEnabled) |
void |
setClusterIslandId(long clusterIslandId) |
void |
setClusterNodeId(long clusterNodeId) |
void |
setDynamicClusterNodeId(long dynamicClusterNodeId) |
void |
setNodes(List<NodeData> nodes) |
public boolean isClusterEnabled()
public void setClusterEnabled(boolean clusterEnabled)
public long getClusterIslandId()
public void setClusterIslandId(long clusterIslandId)
public long getClusterNodeId()
public void setClusterNodeId(long clusterNodeId)
public long getDynamicClusterNodeId()
public void setDynamicClusterNodeId(long dynamicClusterNodeId)
public List<BroadcastMethodData> getBroadcastMethods()
public void setBroadcastMethods(List<BroadcastMethodData> clusterNodes)
Copyright © 2017 SAP SE. All Rights Reserved.