Package | Description |
---|---|
org.elasticsearch.action.admin.cluster.node.stats | |
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support | |
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 |
---|---|
protected void |
NodesStatsRequestBuilder.doExecute(ActionListener<NodesStatsResponse> listener) |
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 |
---|---|
ActionFuture<NodesStatsResponse> |
AbstractClusterAdminClient.nodesStats(NodesStatsRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractClusterAdminClient.nodesStats(NodesStatsRequest request,
ActionListener<NodesStatsResponse> listener) |
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–2015. All rights reserved.