public class DefaultClusterService extends AbstractService implements ClusterService
AbstractService.SerializableDTOtenant| Constructor and Description |
|---|
DefaultClusterService() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<java.lang.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
|
afterPropertiesSet, getCurrentTenant, setBeanName, setCurrentTenant, writeReplacepublic int getClusterId()
ClusterServicegetClusterId in interface ClusterServicepublic long getClusterIslandId()
ClusterServicegetClusterIslandId in interface ClusterServicepublic java.util.Collection<java.lang.String> getClusterGroups()
ClusterServicegetClusterGroups in interface ClusterServicepublic boolean isClusteringEnabled()
ClusterServiceisClusteringEnabled in interface ClusterServiceCopyright © 2018 SAP SE. All Rights Reserved.