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.ClusterInformationgetInformation()StringgetNodeId()booleanisAvailable() 
 - 
 
- 
- 
Constructor Detail
- 
ConfluenceCrowdClusterService
public ConfluenceCrowdClusterService(ClusterManager clusterManager)
 
 - 
 
- 
Method Detail
- 
isAvailable
public boolean isAvailable()
- Specified by:
 isAvailablein interfacecom.atlassian.crowd.service.cluster.ClusterService
 
- 
getNodeId
@Nonnull public String getNodeId()
- Specified by:
 getNodeIdin interfacecom.atlassian.crowd.service.cluster.ClusterService
 
- 
getClusterNode
public Optional<com.atlassian.crowd.service.cluster.ClusterNode> getClusterNode()
- Specified by:
 getClusterNodein interfacecom.atlassian.crowd.service.cluster.ClusterService
 
- 
getInformation
public com.atlassian.crowd.service.cluster.ClusterInformation getInformation()
- Specified by:
 getInformationin interfacecom.atlassian.crowd.service.cluster.ClusterService
 
 - 
 
 -