public interface ClusterNodeManagementService
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<java.lang.String> |
getClusterGroups() |
int |
getClusterID()
Returns currently configured or acquired cluster ID.
|
int |
getConfiguredClusterID() |
ClusterNodeAcquisition.NodeState |
getNodeStartupState()
In case of automatic cluster id acquisition this tells whether a previous instance with that ID has potentially
crashed (
ClusterNodeAcquisition.NodeState.RESTART_AFTER_SHUTDOWN ) or whether it's been allocated anew ( ClusterNodeAcquisition.NodeState.NEW
). |
long |
getStaleNodeTimeout() |
long |
getUpdateInterval() |
boolean |
isAutoDiscoveryEnabled()
Tells whether the cluster ID has been acquired automatically or not (fixedly configured in that case).
|
int getClusterID()
boolean isAutoDiscoveryEnabled()
ClusterNodeAcquisition.NodeState getNodeStartupState()
ClusterNodeAcquisition.NodeState.RESTART_AFTER_SHUTDOWN ) or whether it's been allocated anew ( ClusterNodeAcquisition.NodeState.NEW
).java.util.Collection<java.lang.String> getClusterGroups()
long getUpdateInterval()
long getStaleNodeTimeout()
int getConfiguredClusterID()
Copyright © 2018 SAP SE. All Rights Reserved.