Package org.elasticsearch.client.rollup
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
-
Constructor Summary
Constructors Constructor Description StopRollupJobRequest(java.lang.String jobId) -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetJobId()inthashCode()TimeValuetimeout()voidtimeout(TimeValue timeout)Sets the requests optional "timeout" parameter.java.lang.BooleanwaitForCompletion()voidwaitForCompletion(boolean waitForCompletion)Sets the requests optional "wait_for_completion".
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
timeout
Sets the requests optional "timeout" parameter. -
timeout
-
waitForCompletion
public void waitForCompletion(boolean waitForCompletion)Sets the requests optional "wait_for_completion". -
waitForCompletion
public java.lang.Boolean waitForCompletion()
-