| Package | Description |
|---|---|
| org.elasticsearch.action.admin.cluster.node.tasks.cancel | |
| org.elasticsearch.action.admin.cluster.node.tasks.list | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CancelTasksResponse
Returns the list of tasks that were cancelled
|
| Modifier and Type | Method and Description |
|---|---|
ListTasksResponse |
ListTasksAction.newResponse() |
protected ListTasksResponse |
TransportListTasksAction.newResponse(ListTasksRequest request,
List<TaskInfo> tasks,
List<TaskOperationFailure> taskOperationFailures,
List<FailedNodeException> failedNodeExceptions) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<ListTasksResponse> |
ClusterAdminClient.listTasks(ListTasksRequest request)
List tasks
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterAdminClient.listTasks(ListTasksRequest request,
ActionListener<ListTasksResponse> listener)
List active tasks
|
Copyright © 2009–2017. All rights reserved.