Class TaskCancellationService

java.lang.Object
org.elasticsearch.tasks.TaskCancellationService

public class TaskCancellationService extends Object
  • Field Details

  • Constructor Details

    • TaskCancellationService

      public TaskCancellationService(TransportService transportService)
  • 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.