Class StopRollupJobRequest

java.lang.Object
org.elasticsearch.client.rollup.StopRollupJobRequest
All Implemented Interfaces:
Validatable

public class StopRollupJobRequest
extends java.lang.Object
implements Validatable
  • Field Summary

    Fields inherited from interface org.elasticsearch.client.Validatable

    EMPTY
  • Constructor Summary

    Constructors
    Constructor Description
    StopRollupJobRequest​(java.lang.String jobId)  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object o)  
    java.lang.String getJobId()  
    int hashCode()  
    org.elasticsearch.common.unit.TimeValue timeout()  
    void timeout​(org.elasticsearch.common.unit.TimeValue timeout)
    Sets the requests optional "timeout" parameter.
    java.lang.Boolean waitForCompletion()  
    void waitForCompletion​(boolean waitForCompletion)
    Sets the requests optional "wait_for_completion".

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.elasticsearch.client.Validatable

    validate
  • Constructor Details

    • StopRollupJobRequest

      public StopRollupJobRequest​(java.lang.String jobId)
  • Method Details

    • getJobId

      public java.lang.String getJobId()
    • 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
    • timeout

      public void timeout​(org.elasticsearch.common.unit.TimeValue timeout)
      Sets the requests optional "timeout" parameter.
    • timeout

      public org.elasticsearch.common.unit.TimeValue timeout()
    • waitForCompletion

      public void waitForCompletion​(boolean waitForCompletion)
      Sets the requests optional "wait_for_completion".
    • waitForCompletion

      public java.lang.Boolean waitForCompletion()