Package com.atlassian.confluence.cluster
Class EmptyClusterInformation
- java.lang.Object
-
- com.atlassian.confluence.cluster.EmptyClusterInformation
-
- All Implemented Interfaces:
ClusterInformation
@Deprecated(since="8.2", forRemoval=true) public class EmptyClusterInformation 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 EmptyClusterInformation()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 @Nullable ClusterJoinConfiggetClusterJoinConfig()Deprecated, for removal: This API element is subject to removal in a future version.StringgetDescription()Deprecated, for removal: This API element is subject to removal in a future version.intgetMemberCount()Deprecated, for removal: This API element is subject to removal in a future version.ListgetMembers()Deprecated, for removal: This API element is subject to removal in a future version.StringgetName()Deprecated, for removal: This API element is subject to removal in a future version.booleanisRunning()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:
isRunningin interfaceClusterInformation
-
getName
public String getName()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getNamein interfaceClusterInformation
-
getDescription
public String getDescription()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getDescriptionin interfaceClusterInformation
-
getMembers
public List getMembers()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getMembersin 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:
getMemberCountin interfaceClusterInformation- Returns:
- the number of members in the cluster
-
getClusterJoinConfig
public @Nullable ClusterJoinConfig getClusterJoinConfig()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getClusterJoinConfigin interfaceClusterInformation
-
-