Class ConfluenceCrowdClusterService
- java.lang.Object
-
- com.atlassian.confluence.impl.user.crowd.cluster.ConfluenceCrowdClusterService
-
- All Implemented Interfaces:
com.atlassian.crowd.service.cluster.ClusterService
public final class ConfluenceCrowdClusterService extends Object implements com.atlassian.crowd.service.cluster.ClusterService
- Since:
- 7.11.0
-
-
Constructor Summary
Constructors Constructor Description ConfluenceCrowdClusterService(ClusterManager clusterManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<com.atlassian.crowd.service.cluster.ClusterNode>
getClusterNode()
com.atlassian.crowd.service.cluster.ClusterInformation
getInformation()
@NonNull String
getNodeId()
boolean
isAvailable()
-
-
-
Constructor Detail
-
ConfluenceCrowdClusterService
public ConfluenceCrowdClusterService(ClusterManager clusterManager)
-
-
Method Detail
-
isAvailable
public boolean isAvailable()
- Specified by:
isAvailable
in interfacecom.atlassian.crowd.service.cluster.ClusterService
-
getNodeId
public @NonNull String getNodeId()
- Specified by:
getNodeId
in interfacecom.atlassian.crowd.service.cluster.ClusterService
-
getClusterNode
public Optional<com.atlassian.crowd.service.cluster.ClusterNode> getClusterNode()
- Specified by:
getClusterNode
in interfacecom.atlassian.crowd.service.cluster.ClusterService
-
getInformation
public com.atlassian.crowd.service.cluster.ClusterInformation getInformation()
- Specified by:
getInformation
in interfacecom.atlassian.crowd.service.cluster.ClusterService
-
-