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 SummaryConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.intDeprecated, 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.getName()Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.
- 
Constructor Details- 
EmptyClusterInformationpublic EmptyClusterInformation()Deprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Method Details- 
isRunningpublic boolean isRunning()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- isRunningin interface- ClusterInformation
 
- 
getNameDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- getNamein interface- ClusterInformation
 
- 
getDescriptionDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- getDescriptionin interface- ClusterInformation
 
- 
getMembersDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- getMembersin interface- ClusterInformation
- Returns:
- a List of Strings with a description of each member of the cluster
 
- 
getMemberCountpublic int getMemberCount()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- getMemberCountin interface- ClusterInformation
- Returns:
- the number of members in the cluster
 
 
-