Class NutclusterClusterInformation
java.lang.Object
com.atlassian.confluence.cluster.nutcluster.NutclusterClusterInformation
- All Implemented Interfaces:
ClusterInformation
@Deprecated(since="8.2",
forRemoval=true)
public class NutclusterClusterInformation
extends Object
implements ClusterInformation
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.2
-
Constructor Summary
ConstructorsConstructorDescriptionNutclusterClusterInformation(com.atlassian.nutcluster.core.NutclusterInstance instance) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier 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
-
NutclusterClusterInformation
public NutclusterClusterInformation(com.atlassian.nutcluster.core.NutclusterInstance instance) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
isRunning
public boolean isRunning()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isRunningin interfaceClusterInformation
-
getName
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getNamein interfaceClusterInformation
-
getDescription
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getDescriptionin interfaceClusterInformation
-
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
-