| Package | Description |
|---|---|
| org.elasticsearch.action.admin.cluster.node.tasks.list | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
ListTasksRequest |
ListTasksRequest.setDetailed(boolean detailed)
Should the detailed task information be returned.
|
ListTasksRequest |
ListTasksRequest.setWaitForCompletion(boolean waitForCompletion)
Should this request wait for all found tasks to complete?
|
| Modifier and Type | Method and Description |
|---|---|
protected ListTasksResponse |
TransportListTasksAction.newResponse(ListTasksRequest request,
List<TaskInfo> tasks,
List<TaskOperationFailure> taskOperationFailures,
List<FailedNodeException> failedNodeExceptions) |
protected void |
TransportListTasksAction.processTasks(ListTasksRequest request,
Consumer<Task> operation) |
protected TaskInfo |
TransportListTasksAction.taskOperation(ListTasksRequest request,
Task task) |
| Modifier and Type | Method and Description |
|---|---|
static ListTasksRequest |
Requests.listTasksRequest()
Creates a nodes tasks request against all the nodes.
|
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<ListTasksResponse> |
ClusterAdminClient.listTasks(ListTasksRequest request)
List tasks
|
void |
ClusterAdminClient.listTasks(ListTasksRequest request,
ActionListener<ListTasksResponse> listener)
List active tasks
|
Copyright © 2009–2017. All rights reserved.