Class TaskCancellationService

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

public class TaskCancellationService
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    static java.lang.String BAN_PARENT_ACTION_NAME  
  • Constructor Summary

    Constructors
    Constructor Description
    TaskCancellationService​(TransportService transportService)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • BAN_PARENT_ACTION_NAME

      public static final java.lang.String BAN_PARENT_ACTION_NAME
      See Also:
      Constant Field Values
  • Constructor Details

    • TaskCancellationService

      public TaskCancellationService​(TransportService transportService)