public interface ClusterService
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getClusterGroups()
Returns all cluster node groups which this instance is configured to belong to.
|
int |
getClusterId()
The current cluster id which is unique for each java process in the cluster island.
|
long |
getClusterIslandId()
An unique string identifying the complete cluster.
|
boolean |
isClusteringEnabled()
'true' ONLY IF the correspondig property is set to 'true' AND the installed licence file supports this feature,
too
|
int getClusterId()
long getClusterIslandId()
boolean isClusteringEnabled()
Collection<String> getClusterGroups()
Copyright © 2017 SAP SE. All Rights Reserved.