Package com.atlassian.confluence.cluster
Class EmptyClusterInformation
- java.lang.Object
-
- com.atlassian.confluence.cluster.EmptyClusterInformation
-
- All Implemented Interfaces:
ClusterInformation
public class EmptyClusterInformation extends Object implements ClusterInformation
-
-
Constructor Summary
Constructors Constructor Description EmptyClusterInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable ClusterJoinConfiggetClusterJoinConfig()StringgetDescription()intgetMemberCount()ListgetMembers()StringgetName()booleanisRunning()
-
-
-
Method Detail
-
isRunning
public boolean isRunning()
- Specified by:
isRunningin interfaceClusterInformation
-
getName
public String getName()
- Specified by:
getNamein interfaceClusterInformation
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceClusterInformation
-
getMembers
public List getMembers()
- Specified by:
getMembersin interfaceClusterInformation- Returns:
- a List of Strings with a description of each member of the cluster
-
getMemberCount
public int getMemberCount()
- Specified by:
getMemberCountin interfaceClusterInformation- Returns:
- the number of members in the cluster
-
getClusterJoinConfig
public @Nullable ClusterJoinConfig getClusterJoinConfig()
- Specified by:
getClusterJoinConfigin interfaceClusterInformation
-
-