| Package | Description |
|---|---|
| org.elasticsearch.action.admin.cluster.node.tasks.cancel | |
| org.elasticsearch.action.admin.cluster.node.tasks.list | |
| org.elasticsearch.tasks |
| Modifier and Type | Method and Description |
|---|---|
protected TaskInfo |
TransportCancelTasksAction.readTaskResponse(StreamInput in) |
protected TaskInfo |
TransportCancelTasksAction.taskOperation(CancelTasksRequest request,
CancellableTask cancellableTask) |
| Modifier and Type | Method and Description |
|---|---|
protected CancelTasksResponse |
TransportCancelTasksAction.newResponse(CancelTasksRequest request,
List<TaskInfo> tasks,
List<TaskOperationFailure> taskOperationFailures,
List<FailedNodeException> failedNodeExceptions) |
| Constructor and Description |
|---|
CancelTasksResponse(List<TaskInfo> tasks,
List<TaskOperationFailure> taskFailures,
List<? extends FailedNodeException> nodeFailures) |
| Modifier and Type | Method and Description |
|---|---|
TaskInfo |
TaskInfo.readFrom(StreamInput in) |
protected TaskInfo |
TransportListTasksAction.readTaskResponse(StreamInput in) |
protected TaskInfo |
TransportListTasksAction.taskOperation(ListTasksRequest request,
Task task) |
| Modifier and Type | Method and Description |
|---|---|
Map<DiscoveryNode,List<TaskInfo>> |
ListTasksResponse.getPerNodeTasks()
Returns the list of tasks by node
|
List<TaskInfo> |
ListTasksResponse.getTasks() |
| Modifier and Type | Method and Description |
|---|---|
protected ListTasksResponse |
TransportListTasksAction.newResponse(ListTasksRequest request,
List<TaskInfo> tasks,
List<TaskOperationFailure> taskOperationFailures,
List<FailedNodeException> failedNodeExceptions) |
| Constructor and Description |
|---|
ListTasksResponse(List<TaskInfo> tasks,
List<TaskOperationFailure> taskFailures,
List<? extends FailedNodeException> nodeFailures) |
| Modifier and Type | Method and Description |
|---|---|
TaskInfo |
Task.taskInfo(DiscoveryNode node,
boolean detailed)
Build a version of the task status you can throw over the wire and back
to the user.
|
Copyright © 2009–2017. All rights reserved.