Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ClusterNodeInformation |
ClusterConfigurationAction.ClusterNode.getNodeInfo() |
Constructor and Description |
---|
ClusterNode(ClusterNodeInformation nodeInfo,
NodeStatus nodeStatus) |
Modifier and Type | Method and Description |
---|---|
ClusterNodeInformation |
ClusterManager.getThisNodeInformation()
Get the identity of this node in the cluster.
|
Modifier and Type | Method and Description |
---|---|
Collection<ClusterNodeInformation> |
ClusterManager.getAllNodesInformation() |
Map<ClusterNodeInformation,NodeStatus> |
ClusterManager.getNodeStatusMap()
Gets status information from all members of the cluster.
|
Modifier and Type | Class and Description |
---|---|
class |
HazelcastClusterNodeInformation |
Modifier and Type | Method and Description |
---|---|
ClusterNodeInformation |
HazelcastClusterManager.getThisNodeInformation() |
Modifier and Type | Method and Description |
---|---|
Collection<ClusterNodeInformation> |
HazelcastClusterManager.getAllNodesInformation() |
Map<ClusterNodeInformation,NodeStatus> |
HazelcastClusterManager.getNodeStatusMap()
Gets status information from all members of the cluster.
|
Modifier and Type | Method and Description |
---|---|
ClusterNodeInformation |
NonClusterManager.getThisNodeInformation() |
Modifier and Type | Method and Description |
---|---|
Collection<ClusterNodeInformation> |
NonClusterManager.getAllNodesInformation() |
Map<ClusterNodeInformation,NodeStatus> |
NonClusterManager.getNodeStatusMap() |
Copyright © 2003–2015 Atlassian. All rights reserved.