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 Details

    • ConfluenceCrowdClusterService

      public ConfluenceCrowdClusterService(ClusterManager clusterManager)
  • Method Details

    • isAvailable

      public boolean isAvailable()
      Specified by:
      isAvailable in interface com.atlassian.crowd.service.cluster.ClusterService
    • getNodeId

      public @NonNull String getNodeId()
      Specified by:
      getNodeId in interface com.atlassian.crowd.service.cluster.ClusterService
    • getClusterNode

      public Optional<com.atlassian.crowd.service.cluster.ClusterNode> getClusterNode()
      Specified by:
      getClusterNode in interface com.atlassian.crowd.service.cluster.ClusterService
    • getInformation

      public com.atlassian.crowd.service.cluster.ClusterInformation getInformation()
      Specified by:
      getInformation in interface com.atlassian.crowd.service.cluster.ClusterService