Class HazelcastClusterInformation

java.lang.Object
com.atlassian.confluence.cluster.hazelcast.HazelcastClusterInformation
All Implemented Interfaces:
ClusterInformation

@Deprecated(since="8.2", forRemoval=true) public class HazelcastClusterInformation extends Object implements ClusterInformation
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.2
  • Constructor Summary

    Constructors
    Constructor
    Description
    HazelcastClusterInformation(com.hazelcast.core.HazelcastInstance instance)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HazelcastClusterInformation

      public HazelcastClusterInformation(com.hazelcast.core.HazelcastInstance instance)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • isRunning

      public boolean isRunning()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      isRunning in interface ClusterInformation
    • getName

      public String getName()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getName in interface ClusterInformation
    • getDescription

      public String getDescription()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getDescription in interface ClusterInformation
    • getMembers

      public List<String> getMembers()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getMembers in interface ClusterInformation
      Returns:
      a List of Strings with a description of each member of the cluster
    • getMemberCount

      public int getMemberCount()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getMemberCount in interface ClusterInformation
      Returns:
      the number of members in the cluster
    • getClusterJoinConfig

      public ClusterJoinConfig getClusterJoinConfig()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getClusterJoinConfig in interface ClusterInformation