Class PersistentTaskResponse

All Implemented Interfaces:
Writeable, org.elasticsearch.common.util.concurrent.RefCounted

public class PersistentTaskResponse
extends ActionResponse
Response upon a successful start or an persistent task
  • Constructor Details

  • Method Details

    • writeTo

      public void writeTo​(StreamOutput out) throws java.io.IOException
      Description copied from interface: Writeable
      Write this into the StreamOutput.
      Throws:
      java.io.IOException
    • getTask

    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object