java.lang.Object
org.elasticsearch.tasks.TaskCancellationService
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final TransportVersion
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
cancelChildRemote
(TaskId parentTask, long childRequestId, Transport.Connection childConnection, String reason) Sends an action to cancel a child task, associated with the given request ID and parent task.
-
Field Details
-
BAN_PARENT_ACTION_NAME
- See Also:
-
CANCEL_CHILD_ACTION_NAME
- See Also:
-
VERSION_SUPPORTING_CANCEL_CHILD_ACTION
-
-
Constructor Details
-
TaskCancellationService
-
-
Method Details
-
cancelChildRemote
public void cancelChildRemote(TaskId parentTask, long childRequestId, Transport.Connection childConnection, String reason) Sends an action to cancel a child task, associated with the given request ID and parent task.
-