| Package | Description |
|---|---|
| org.elasticsearch.action.admin.cluster.state | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterStateResponse |
ClusterStateAction.newResponse() |
protected ClusterStateResponse |
TransportClusterStateAction.newResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportClusterStateAction.masterOperation(ClusterStateRequest request,
ClusterState state,
ActionListener<ClusterStateResponse> listener) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<ClusterStateResponse> |
ClusterAdminClient.state(ClusterStateRequest request)
The state of the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterAdminClient.state(ClusterStateRequest request,
ActionListener<ClusterStateResponse> listener)
The state of the cluster.
|
Copyright © 2009–2017. All rights reserved.