Uses of Interface
com.atlassian.confluence.cluster.NodeStatus
-
Packages that use NodeStatus Package Description com.atlassian.confluence.cluster com.atlassian.confluence.cluster.hazelcast com.atlassian.confluence.rpc.soap.beans -
-
Uses of NodeStatus in com.atlassian.confluence.cluster
Classes in com.atlassian.confluence.cluster that implement NodeStatus Modifier and Type Class Description class
NodeStatusImpl
Methods in com.atlassian.confluence.cluster that return types with arguments of type NodeStatus Modifier and Type Method Description Map<Integer,NodeStatus>
ClusterManager. getNodeStatuses()
Deprecated.since 5.5 UseClusterManager.getNodeStatusMap()
Map<ClusterNodeInformation,NodeStatus>
ClusterManager. getNodeStatusMap()
Gets status information from all members of the cluster.Map<ClusterNodeInformation,CompletionStage<NodeStatus>>
ClusterManager. getNodeStatusMapAsync()
GetsCompletionStage
of status information from all members of the cluster.Constructors in com.atlassian.confluence.cluster with parameters of type NodeStatus Constructor Description NodeStatusImpl(NodeStatus status)
-
Uses of NodeStatus in com.atlassian.confluence.cluster.hazelcast
Methods in com.atlassian.confluence.cluster.hazelcast that return NodeStatus Modifier and Type Method Description NodeStatus
CollectNodeStatus. call()
Methods in com.atlassian.confluence.cluster.hazelcast that return types with arguments of type NodeStatus Modifier and Type Method Description Map<Integer,NodeStatus>
HazelcastClusterManager. getNodeStatuses()
Deprecated.Map<ClusterNodeInformation,NodeStatus>
HazelcastClusterManager. getNodeStatusMap()
Gets status information from all members of the cluster.Map<ClusterNodeInformation,CompletionStage<NodeStatus>>
HazelcastClusterManager. getNodeStatusMapAsync()
GetsCompletionStage
of status information from all members of the cluster. -
Uses of NodeStatus in com.atlassian.confluence.rpc.soap.beans
Classes in com.atlassian.confluence.rpc.soap.beans that implement NodeStatus Modifier and Type Class Description class
RemoteNodeStatus
Constructors in com.atlassian.confluence.rpc.soap.beans with parameters of type NodeStatus Constructor Description RemoteNodeStatus(int id, NodeStatus ns)
-