Interface ClusterInformation


public interface ClusterInformation
Describes a cluster, providing details about each node.
Since:
4.0
  • Method Details

    • getLocalNode

      @Nonnull ClusterNode getLocalNode()
      Returns:
      information about the local node
    • getNodes

      @Nonnull Set<ClusterNode> getNodes()
      Returns:
      a set describing all of the nodes in the cluster, which will always contain at least one node
    • isNetworkingEnabled

      boolean isNetworkingEnabled()
      Returns:
      true if the hazelcast instance is configured to join other nodes on the network, false in all other cases
      Since:
      6.7
    • isRunning

      boolean isRunning()
      Returns:
      true if the clustering services are running, indicating nodes can join the cluster; otherwise, false if clustering services are not running