| Package | Description |
|---|---|
| org.elasticsearch.action.admin.cluster.node.stats | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| org.elasticsearch.cluster |
| Modifier and Type | Method and Description |
|---|---|
NodesStatsResponse |
NodesStatsAction.newResponse() |
protected NodesStatsResponse |
TransportNodesStatsAction.newResponse(NodesStatsRequest nodesInfoRequest,
AtomicReferenceArray responses) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<NodesStatsResponse> |
ClusterAdminClient.nodesStats(NodesStatsRequest request)
Nodes stats of the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterAdminClient.nodesStats(NodesStatsRequest request,
ActionListener<NodesStatsResponse> listener)
Nodes stats of the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
protected CountDownLatch |
InternalClusterInfoService.updateNodeStats(ActionListener<NodesStatsResponse> listener)
Retrieve the latest nodes stats, calling the listener when complete
|
Copyright © 2009–2017. All rights reserved.