public interface ClusterInformation
Modifier and Type | Method and Description |
---|---|
ClusterNode |
getLocalNode() |
Set<ClusterNode> |
getNodes() |
boolean |
isNetworkingEnabled() |
boolean |
isRunning() |
@Nonnull ClusterNode getLocalNode()
@Nonnull Set<ClusterNode> getNodes()
boolean isNetworkingEnabled()
true
if the hazelcast instance is configured to join other nodes on the network, false
in all other casesboolean isRunning()
true
if the clustering services are running, indicating nodes can join the cluster;
otherwise, false
if clustering services are not runningCopyright © 2019 Atlassian. All rights reserved.