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 ClusterJoinConfig
getClusterJoinConfig()
String
getDescription()
int
getMemberCount()
List
getMembers()
String
getName()
boolean
isRunning()
-
-
-
Method Detail
-
isRunning
public boolean isRunning()
- Specified by:
isRunning
in interfaceClusterInformation
-
getName
public String getName()
- Specified by:
getName
in interfaceClusterInformation
-
getDescription
public String getDescription()
- Specified by:
getDescription
in interfaceClusterInformation
-
getMembers
public List getMembers()
- Specified by:
getMembers
in interfaceClusterInformation
- Returns:
- a List of Strings with a description of each member of the cluster
-
getMemberCount
public int getMemberCount()
- Specified by:
getMemberCount
in interfaceClusterInformation
- Returns:
- the number of members in the cluster
-
getClusterJoinConfig
public @Nullable ClusterJoinConfig getClusterJoinConfig()
- Specified by:
getClusterJoinConfig
in interfaceClusterInformation
-
-