| 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.
|
| com.atlassian.confluence.impl.admin.actions | |
| com.atlassian.confluence.impl.cluster | |
| com.atlassian.confluence.impl.logging.admin | |
| com.atlassian.confluence.impl.user.crowd.cluster |
| 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 |
ClusterNodeExecution.getClusterNode() |
@Nullable 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.
|
Map<ClusterNodeInformation,CompletionStage<NodeStatus>> |
ClusterManager.getNodeStatusMapAsync()
Gets
CompletionStage of status information from all members of the cluster. |
Map<ClusterNodeInformation,CompletionStage<NodeZduInfo>> |
ZduManager.getNodesZduInfo()
Gets zdu information from all nodes in the cluster.
|
| Constructor and Description |
|---|
ClusterNodeExecution(ClusterNodeInformation clusterNode,
CompletionStage<T> completionStage) |
| 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.
|
Map<ClusterNodeInformation,CompletionStage<NodeStatus>> |
HazelcastClusterManager.getNodeStatusMapAsync()
Gets
CompletionStage of status information from all members of the cluster. |
| Modifier and Type | Method and Description |
|---|---|
Map<ClusterNodeInformation,CompletionStage<NodeZduInfo>> |
NonClusteredZduManager.getNodesZduInfo() |
| Modifier and Type | Method and Description |
|---|---|
ClusterNodeInformation |
ConfigureMonitoringAction.NodeConfigDTO.getNode() |
| Constructor and Description |
|---|
NodeConfigDTO(ClusterNodeInformation node,
io.atlassian.fugue.Either<Throwable,NodeJmxMonitoringConfig> config) |
| Modifier and Type | Method and Description |
|---|---|
Map<ClusterNodeInformation,CompletionStage<NodeZduInfo>> |
DefaultZduManager.getNodesZduInfo() |
| Modifier and Type | Method and Description |
|---|---|
ClusterNodeInformation |
ConfigureLoggingAction.getCurrentNode() |
| Modifier and Type | Method and Description |
|---|---|
List<ClusterNodeInformation> |
ConfigureLoggingAction.getOtherNodes() |
| Constructor and Description |
|---|
ConfluenceCrowdClusterNode(ClusterNodeInformation nodeInformation,
boolean isCurrentNode) |
Copyright © 2003–2023 Atlassian. All rights reserved.