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
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ClusterJoinConfig
getClusterJoinConfig()
Deprecated, for removal: This API element is subject to removal in a future version.String
getDescription()
Deprecated, for removal: This API element is subject to removal in a future version.int
getMemberCount()
Deprecated, for removal: This API element is subject to removal in a future version.List<String>
getMembers()
Deprecated, for removal: This API element is subject to removal in a future version.String
getName()
Deprecated, for removal: This API element is subject to removal in a future version.boolean
isRunning()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
isRunning
public boolean isRunning()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isRunning
in interfaceClusterInformation
-
getName
public String getName()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getName
in interfaceClusterInformation
-
getDescription
public String getDescription()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getDescription
in interfaceClusterInformation
-
getMembers
public List<String> getMembers()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getMembers
in interfaceClusterInformation
- 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 interfaceClusterInformation
- 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 interfaceClusterInformation
-
-