Modifier and Type | Method and Description |
---|---|
NodeStatus |
ClusterConfigurationAction.ClusterNode.getNodeStatus() |
Constructor and Description |
---|
ClusterNode(ClusterNodeInformation nodeInfo,
NodeStatus nodeStatus) |
Modifier and Type | Class and Description |
---|---|
class |
NodeStatusImpl |
Modifier and Type | Method and Description |
---|---|
Map<Integer,NodeStatus> |
ClusterManager.getNodeStatuses()
Deprecated.
since 5.5 Use
ClusterManager.getNodeStatusMap() |
Map<ClusterNodeInformation,NodeStatus> |
ClusterManager.getNodeStatusMap()
Gets status information from all members of the cluster.
|
Constructor and Description |
---|
NodeStatusImpl(NodeStatus status) |
Modifier and Type | Method and Description |
---|---|
NodeStatus |
CollectNodeStatus.call() |
Modifier and Type | Method and Description |
---|---|
Map<Integer,NodeStatus> |
HazelcastClusterManager.getNodeStatuses()
Deprecated.
|
Map<ClusterNodeInformation,NodeStatus> |
HazelcastClusterManager.getNodeStatusMap()
Gets status information from all members of the cluster.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteNodeStatus |
Constructor and Description |
---|
RemoteNodeStatus(int id,
NodeStatus ns) |
Copyright © 2003–2018 Atlassian. All rights reserved.