Uses of Interface
com.atlassian.confluence.cluster.NodeStatus

Packages that use NodeStatus
com.atlassian.confluence.admin.actions.cluster   
com.atlassian.confluence.cluster   
com.atlassian.confluence.cluster.hazelcast   
com.atlassian.confluence.cluster.nonclustered Implementations for cluster interfaces when no cluster is present. 
com.atlassian.confluence.rpc.soap.beans   
 

Uses of NodeStatus in com.atlassian.confluence.admin.actions.cluster
 

Methods in com.atlassian.confluence.admin.actions.cluster that return NodeStatus
 NodeStatus ClusterConfigurationAction.ClusterNode.getNodeStatus()
           
 

Constructors in com.atlassian.confluence.admin.actions.cluster with parameters of type NodeStatus
ClusterConfigurationAction.ClusterNode(ClusterNodeInformation nodeInfo, NodeStatus nodeStatus)
           
 

Uses of NodeStatus in com.atlassian.confluence.cluster
 

Classes in com.atlassian.confluence.cluster that implement NodeStatus
 class NodeStatusImpl
           
 

Methods in com.atlassian.confluence.cluster that return types with arguments of type NodeStatus
 java.util.Map<java.lang.Integer,NodeStatus> ClusterManager.getNodeStatuses()
          Deprecated. since 5.5 Use ClusterManager.getNodeStatusMap()
 java.util.Map<ClusterNodeInformation,NodeStatus> ClusterManager.getNodeStatusMap()
          Gets status information from all members of the cluster.
 

Constructors in com.atlassian.confluence.cluster with parameters of type NodeStatus
NodeStatusImpl(NodeStatus status)
           
 

Uses of NodeStatus in com.atlassian.confluence.cluster.hazelcast
 

Methods in com.atlassian.confluence.cluster.hazelcast that return NodeStatus
 NodeStatus CollectNodeStatus.call()
           
 

Methods in com.atlassian.confluence.cluster.hazelcast that return types with arguments of type NodeStatus
 java.util.Map<java.lang.Integer,NodeStatus> HazelcastClusterManager.getNodeStatuses()
          Deprecated. 
 java.util.Map<ClusterNodeInformation,NodeStatus> HazelcastClusterManager.getNodeStatusMap()
          Gets status information from all members of the cluster.
 

Uses of NodeStatus in com.atlassian.confluence.cluster.nonclustered
 

Methods in com.atlassian.confluence.cluster.nonclustered that return types with arguments of type NodeStatus
 java.util.Map<java.lang.Integer,NodeStatus> NonClusterManager.getNodeStatuses()
           
 java.util.Map<ClusterNodeInformation,NodeStatus> NonClusterManager.getNodeStatusMap()
           
 

Uses of NodeStatus in com.atlassian.confluence.rpc.soap.beans
 

Classes in com.atlassian.confluence.rpc.soap.beans that implement NodeStatus
 class RemoteNodeStatus
           
 

Constructors in com.atlassian.confluence.rpc.soap.beans with parameters of type NodeStatus
RemoteNodeStatus(int id, NodeStatus ns)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.