Class StopRollupJobRequest

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

public class StopRollupJobRequest extends Object implements Validatable
  • Constructor Details

    • StopRollupJobRequest

      public StopRollupJobRequest(String jobId)
  • Method Details

    • getJobId

      public String getJobId()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • timeout

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

      public org.elasticsearch.core.TimeValue timeout()
    • waitForCompletion

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

      public Boolean waitForCompletion()