Package org.elasticsearch.tasks
package org.elasticsearch.tasks
Support for viewing and modifying in flight actions (
Task
s) and saving their results to an index. This
includes getting detailed descriptions and canceling tasks that support it.-
ClassDescriptionA task that can be cancelledThis interface is implemented by any class that needs to react to the cancellation of this task.Tracks items that are associated with cancellable tasks, supporting efficient lookup by task ID and by parent task IDLoggingTaskListener<Response>A TaskListener that just logs the response at the info level.Raw, unparsed status from the task results index.Current task informationReport of the internal status of a task.An interface for a request that can be used to register a task manager taskA generic exception that can be thrown by a task when it's cancelled by the task manager APITask id that consists of node id and id of the task on the nodeInformation about a currently running task.TaskListener<Response>Listener for Task success or failure.Task Manager service for keeping track of currently running tasks on the nodesInformation about a running task or a task that stored its result.Service that can store task results.