Package org.elasticsearch.client.ml
Class ResetJobRequest
java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportRequest
org.elasticsearch.action.ActionRequest
org.elasticsearch.client.ml.ResetJobRequest
- All Implemented Interfaces:
Writeable,org.elasticsearch.core.RefCounted,TaskAwareRequest
Request to delete a Machine Learning Job via its ID
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.transport.TransportRequest
TransportRequest.EmptyNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V extends Object>, Writeable.Writer<V extends Object> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetJobId()inthashCode()voidThe jobId which to resetvoidsetWaitForCompletion(Boolean waitForCompletion) Set whether this request should wait until the operation has completed before returningvalidate()Methods inherited from class org.elasticsearch.action.ActionRequest
getShouldStoreResult, writeToMethods inherited from class org.elasticsearch.transport.TransportRequest
getParentTask, setParentTask, toStringMethods inherited from class org.elasticsearch.transport.TransportMessage
decRef, hasReferences, incRef, remoteAddress, remoteAddress, tryIncRefMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.tasks.TaskAwareRequest
createTask, getDescription, setParentTask
-
Constructor Details
-
ResetJobRequest
-
-
Method Details
-
getJobId
-
setJobId
The jobId which to reset- Parameters:
jobId- unique jobId to reset, must not be null
-
getWaitForCompletion
-
setWaitForCompletion
Set whether this request should wait until the operation has completed before returning- Parameters:
waitForCompletion- Whentruethe call will wait for the job reset to complete. Otherwise, the reset will be executed asynchronously and the response will contain the task id.
-
validate
- Specified by:
validatein classActionRequest
-
hashCode
public int hashCode() -
equals
-