Package | Description |
---|---|
org.elasticsearch.action.admin.cluster.state | |
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support |
Modifier and Type | Method and Description |
---|---|
protected ClusterStateResponse |
TransportClusterStateAction.newResponse() |
ClusterStateResponse |
ClusterStateAction.newResponse() |
Modifier and Type | Method and Description |
---|---|
protected void |
ClusterStateRequestBuilder.doExecute(ActionListener<ClusterStateResponse> listener) |
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.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<ClusterStateResponse> |
AbstractClusterAdminClient.state(ClusterStateRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractClusterAdminClient.state(ClusterStateRequest request,
ActionListener<ClusterStateResponse> listener) |
Copyright © 2009–2015. All rights reserved.