Package | Description |
---|---|
org.elasticsearch.action.admin.cluster.health | |
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support |
Modifier and Type | Method and Description |
---|---|
protected ClusterHealthResponse |
TransportClusterHealthAction.newResponse() |
ClusterHealthResponse |
ClusterHealthAction.newResponse() |
static ClusterHealthResponse |
ClusterHealthResponse.readResponseFrom(StreamInput in) |
Modifier and Type | Method and Description |
---|---|
protected void |
ClusterHealthRequestBuilder.doExecute(ActionListener<ClusterHealthResponse> listener) |
protected void |
TransportClusterHealthAction.masterOperation(ClusterHealthRequest request,
ClusterState unusedState,
ActionListener<ClusterHealthResponse> listener) |
Modifier and Type | Method and Description |
---|---|
ActionFuture<ClusterHealthResponse> |
ClusterAdminClient.health(ClusterHealthRequest request)
The health of the cluster.
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterAdminClient.health(ClusterHealthRequest request,
ActionListener<ClusterHealthResponse> listener)
The health of the cluster.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<ClusterHealthResponse> |
AbstractClusterAdminClient.health(ClusterHealthRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractClusterAdminClient.health(ClusterHealthRequest request,
ActionListener<ClusterHealthResponse> listener) |
Copyright © 2009–2015. All rights reserved.