Class StartPersistentTaskAction.Request

All Implemented Interfaces:
Writeable, org.elasticsearch.common.util.concurrent.RefCounted, TaskAwareRequest
Enclosing class:
StartPersistentTaskAction

public static class StartPersistentTaskAction.Request
extends MasterNodeRequest<StartPersistentTaskAction.Request>
  • Constructor Details

    • Request

      public Request()
    • Request

      public Request​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException
    • Request

      public Request​(java.lang.String taskId, java.lang.String taskName, PersistentTaskParams params)
  • Method Details