Package com.atlassian.bitbucket.cluster
Interface ClusterInformation
public interface ClusterInformation
Describes a cluster, providing details about each node.
- Since:
- 4.0
- 
Method Summary
- 
Method Details- 
getLocalNode- Returns:
- information about the local node
 
- 
getNodes- Returns:
- a set describing all of the nodes in the cluster, which will always contain at least one node
 
- 
isNetworkingEnabledboolean isNetworkingEnabled()- Returns:
- trueif the hazelcast instance is configured to join other nodes on the network,- falsein all other cases
- Since:
- 6.7
 
- 
isRunningboolean isRunning()- Returns:
- trueif the clustering services are running, indicating nodes can join the cluster; otherwise,- falseif clustering services are not running
 
 
-