Uses of Class
org.elasticsearch.tasks.TaskInfo
-
-
Uses of TaskInfo in org.elasticsearch.action.admin.cluster.node.tasks.cancel
Method parameters in org.elasticsearch.action.admin.cluster.node.tasks.cancel with type arguments of type TaskInfo Modifier and Type Method Description protected CancelTasksResponseTransportCancelTasksAction. newResponse(CancelTasksRequest request, List<TaskInfo> tasks, List<TaskOperationFailure> taskOperationFailures, List<FailedNodeException> failedNodeExceptions)protected voidTransportCancelTasksAction. taskOperation(CancelTasksRequest request, CancellableTask cancellableTask, ActionListener<TaskInfo> listener)Constructor parameters in org.elasticsearch.action.admin.cluster.node.tasks.cancel with type arguments of type TaskInfo Constructor Description CancelTasksResponse(List<TaskInfo> tasks, List<TaskOperationFailure> taskFailures, List<? extends ElasticsearchException> nodeFailures) -
Uses of TaskInfo in org.elasticsearch.action.admin.cluster.node.tasks.list
Methods in org.elasticsearch.action.admin.cluster.node.tasks.list that return TaskInfo Modifier and Type Method Description TaskInfoTaskGroup.Builder. getTaskInfo()TaskInfoTaskGroup. getTaskInfo()Methods in org.elasticsearch.action.admin.cluster.node.tasks.list that return types with arguments of type TaskInfo Modifier and Type Method Description Map<String,List<TaskInfo>>ListTasksResponse. getPerNodeTasks()Returns the list of tasks by nodeList<TaskInfo>ListTasksResponse. getTasks()Get the tasks found by this request.Methods in org.elasticsearch.action.admin.cluster.node.tasks.list with parameters of type TaskInfo Modifier and Type Method Description static TaskGroup.BuilderTaskGroup. builder(TaskInfo taskInfo)Method parameters in org.elasticsearch.action.admin.cluster.node.tasks.list with type arguments of type TaskInfo Modifier and Type Method Description protected ListTasksResponseTransportListTasksAction. newResponse(ListTasksRequest request, List<TaskInfo> tasks, List<TaskOperationFailure> taskOperationFailures, List<FailedNodeException> failedNodeExceptions)protected static <T> ConstructingObjectParser<T,Void>ListTasksResponse. setupParser(String name, TriFunction<List<TaskInfo>,List<TaskOperationFailure>,List<ElasticsearchException>,T> ctor)protected voidTransportListTasksAction. taskOperation(ListTasksRequest request, Task task, ActionListener<TaskInfo> listener)Constructors in org.elasticsearch.action.admin.cluster.node.tasks.list with parameters of type TaskInfo Constructor Description TaskGroup(TaskInfo task, List<TaskGroup> childTasks)Constructor parameters in org.elasticsearch.action.admin.cluster.node.tasks.list with type arguments of type TaskInfo Constructor Description ListTasksResponse(List<TaskInfo> tasks, List<TaskOperationFailure> taskFailures, List<? extends ElasticsearchException> nodeFailures) -
Uses of TaskInfo in org.elasticsearch.client.enrich
Methods in org.elasticsearch.client.enrich that return TaskInfo Modifier and Type Method Description TaskInfoStatsResponse.ExecutingPolicy. getTaskInfo()Constructors in org.elasticsearch.client.enrich with parameters of type TaskInfo Constructor Description ExecutingPolicy(String name, TaskInfo taskInfo) -
Uses of TaskInfo in org.elasticsearch.client.tasks
Methods in org.elasticsearch.client.tasks that return TaskInfo Modifier and Type Method Description TaskInfoGetTaskResponse. getTaskInfo()Constructors in org.elasticsearch.client.tasks with parameters of type TaskInfo Constructor Description GetTaskResponse(boolean completed, TaskInfo taskInfo) -
Uses of TaskInfo in org.elasticsearch.index.reindex
Methods in org.elasticsearch.index.reindex that return TaskInfo Modifier and Type Method Description TaskInfoBulkByScrollTask. taskInfoGivenSubtaskInfo(String localNodeId, List<TaskInfo> sliceInfo)Build the status for this task given a snapshot of the information of running slices.Method parameters in org.elasticsearch.index.reindex with type arguments of type TaskInfo Modifier and Type Method Description TaskInfoBulkByScrollTask. taskInfoGivenSubtaskInfo(String localNodeId, List<TaskInfo> sliceInfo)Build the status for this task given a snapshot of the information of running slices. -
Uses of TaskInfo in org.elasticsearch.tasks
Fields in org.elasticsearch.tasks with type parameters of type TaskInfo Modifier and Type Field Description static ConstructingObjectParser<TaskInfo,Void>TaskInfo. PARSERMethods in org.elasticsearch.tasks that return TaskInfo Modifier and Type Method Description static TaskInfoTaskInfo. fromXContent(XContentParser parser)TaskInfoTaskResult. getTask()Get the task that this wraps.TaskInfoTask. taskInfo(String localNodeId, boolean detailed)Build a version of the task status you can throw over the wire and back to the user.protected TaskInfoTask. taskInfo(String localNodeId, String description, Task.Status status)Build a properTaskInfofor this task.Constructors in org.elasticsearch.tasks with parameters of type TaskInfo Constructor Description TaskResult(boolean completed, TaskInfo task)Construct a TaskResult for a task for which we don't have a result or error.TaskResult(TaskInfo task, Exception error)Construct a TaskResult for a task that completed with an error.TaskResult(TaskInfo task, ToXContent response)Construct a TaskResult for a task that completed successfully.
-