Package org.elasticsearch.client.rollup
Class StopRollupJobRequest
- java.lang.Object
-
- org.elasticsearch.client.rollup.StopRollupJobRequest
-
- All Implemented Interfaces:
Validatable
public class StopRollupJobRequest extends Object implements Validatable
-
-
Field Summary
-
Fields inherited from interface org.elasticsearch.client.Validatable
EMPTY
-
-
Constructor Summary
Constructors Constructor Description StopRollupJobRequest(String jobId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetJobId()inthashCode()TimeValuetimeout()voidtimeout(TimeValue timeout)Sets the requests optional "timeout" parameter.BooleanwaitForCompletion()voidwaitForCompletion(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 Detail
-
StopRollupJobRequest
public StopRollupJobRequest(String jobId)
-
-
Method Detail
-
getJobId
public String getJobId()
-
timeout
public void timeout(TimeValue timeout)
Sets the requests optional "timeout" parameter.
-
timeout
public TimeValue timeout()
-
waitForCompletion
public void waitForCompletion(boolean waitForCompletion)
Sets the requests optional "wait_for_completion".
-
waitForCompletion
public Boolean waitForCompletion()
-
-