Uses of Class
org.elasticsearch.tasks.CancellableTask
-
-
Uses of CancellableTask in org.elasticsearch.action.admin.cluster.node.tasks.cancel
Methods in org.elasticsearch.action.admin.cluster.node.tasks.cancel with parameters of type CancellableTask Modifier and Type Method Description protected voidTransportCancelTasksAction. taskOperation(CancelTasksRequest request, CancellableTask cancellableTask, ActionListener<TaskInfo> listener)Method parameters in org.elasticsearch.action.admin.cluster.node.tasks.cancel with type arguments of type CancellableTask Modifier and Type Method Description protected voidTransportCancelTasksAction. processTasks(CancelTasksRequest request, Consumer<CancellableTask> operation) -
Uses of CancellableTask in org.elasticsearch.action.search
Subclasses of CancellableTask in org.elasticsearch.action.search Modifier and Type Class Description classSearchTaskTask storing information about a currently running search request. -
Uses of CancellableTask in org.elasticsearch.index.reindex
Subclasses of CancellableTask in org.elasticsearch.index.reindex Modifier and Type Class Description classBulkByScrollTaskTask storing information about a currently running BulkByScroll request. -
Uses of CancellableTask in org.elasticsearch.persistent
Subclasses of CancellableTask in org.elasticsearch.persistent Modifier and Type Class Description classAllocatedPersistentTaskRepresents a executor node operation that corresponds to a persistent task -
Uses of CancellableTask in org.elasticsearch.tasks
Methods in org.elasticsearch.tasks that return CancellableTask Modifier and Type Method Description CancellableTaskTaskManager. getCancellableTask(long id)Returns a cancellable task with given id, or null if the task is not found.Methods in org.elasticsearch.tasks that return types with arguments of type CancellableTask Modifier and Type Method Description Map<Long,CancellableTask>TaskManager. getCancellableTasks()Returns the list of currently running tasks on the node that can be cancelledMethods in org.elasticsearch.tasks with parameters of type CancellableTask Modifier and Type Method Description booleanTaskManager. cancel(CancellableTask task, String reason, Runnable listener)Cancels a task
-