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 classNodeStatusImplMethods 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()GetsCompletionStageof 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 NodeStatusCollectNodeStatus. 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()GetsCompletionStageof 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 classRemoteNodeStatusConstructors in com.atlassian.confluence.rpc.soap.beans with parameters of type NodeStatus Constructor Description RemoteNodeStatus(int id, NodeStatus ns)
-