| Package | Description |
|---|---|
| org.elasticsearch.action.admin.cluster.tasks | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportPendingClusterTasksAction.checkBlock(PendingClusterTasksRequest request,
ClusterState state) |
protected void |
TransportPendingClusterTasksAction.masterOperation(PendingClusterTasksRequest request,
ClusterState state,
ActionListener<PendingClusterTasksResponse> listener) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<PendingClusterTasksResponse> |
ClusterAdminClient.pendingClusterTasks(PendingClusterTasksRequest request)
Returns a list of the pending cluster tasks, that are scheduled to be executed.
|
void |
ClusterAdminClient.pendingClusterTasks(PendingClusterTasksRequest request,
ActionListener<PendingClusterTasksResponse> listener)
Returns a list of the pending cluster tasks, that are scheduled to be executed.
|
Copyright © 2009–2017. All rights reserved.