Package com.atlassian.bamboo.crowd
Class BambooClusterService
- java.lang.Object
-
- com.atlassian.bamboo.crowd.BambooClusterService
-
- All Implemented Interfaces:
com.atlassian.crowd.service.cluster.ClusterService
public class BambooClusterService extends Object implements com.atlassian.crowd.service.cluster.ClusterService
-
-
Constructor Summary
Constructors Constructor Description BambooClusterService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<com.atlassian.crowd.service.cluster.ClusterNode>
getClusterNode()
@NotNull com.atlassian.crowd.service.cluster.ClusterInformation
getInformation()
@NotNull String
getNodeId()
boolean
isAvailable()
-
-
-
Method Detail
-
isAvailable
public boolean isAvailable()
- Specified by:
isAvailable
in interfacecom.atlassian.crowd.service.cluster.ClusterService
-
getNodeId
@NotNull public @NotNull String getNodeId()
- Specified by:
getNodeId
in interfacecom.atlassian.crowd.service.cluster.ClusterService
-
getInformation
@NotNull public @NotNull com.atlassian.crowd.service.cluster.ClusterInformation getInformation()
- Specified by:
getInformation
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
-
-