Modifier and Type | Method and Description |
---|---|
ClusterNodeInformation |
ClusterConfigurationAction.ClusterNode.getNodeInfo() |
Constructor and Description |
---|
ClusterNode(ClusterNodeInformation nodeInfo,
NodeStatus nodeStatus) |
Modifier and Type | Method and Description |
---|---|
@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. |
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. |
Constructor and Description |
---|
ConfluenceCrowdClusterNode(ClusterNodeInformation nodeInformation,
boolean isCurrentNode) |
Copyright © 2003–2023 Atlassian. All rights reserved.