| Package | Description |
|---|---|
| org.elasticsearch.action.admin.cluster.health | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterHealthResponse |
ClusterHealthAction.newResponse() |
protected ClusterHealthResponse |
TransportClusterHealthAction.newResponse() |
static ClusterHealthResponse |
ClusterHealthResponse.readResponseFrom(StreamInput in) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportClusterHealthAction.masterOperation(ClusterHealthRequest request,
ClusterState state,
ActionListener<ClusterHealthResponse> listener) |
protected void |
TransportClusterHealthAction.masterOperation(Task task,
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.
|
Copyright © 2009–2017. All rights reserved.