| Package | Description |
|---|---|
| org.elasticsearch.action.admin.cluster.node.info | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
NodesInfoResponse |
NodesInfoAction.newResponse() |
protected NodesInfoResponse |
TransportNodesInfoAction.newResponse(NodesInfoRequest nodesInfoRequest,
AtomicReferenceArray responses) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<NodesInfoResponse> |
ClusterAdminClient.nodesInfo(NodesInfoRequest request)
Nodes info of the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterAdminClient.nodesInfo(NodesInfoRequest request,
ActionListener<NodesInfoResponse> listener)
Nodes info of the cluster.
|
Copyright © 2009–2017. All rights reserved.