Package org.elasticsearch.client.ml
Class DeleteForecastRequest
java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportRequest
org.elasticsearch.action.ActionRequest
org.elasticsearch.client.ml.DeleteForecastRequest
- All Implemented Interfaces:
Writeable,org.elasticsearch.core.RefCounted,TaskAwareRequest,org.elasticsearch.xcontent.ToXContent,org.elasticsearch.xcontent.ToXContentObject
public class DeleteForecastRequest
extends ActionRequest
implements org.elasticsearch.xcontent.ToXContentObject
POJO for a delete forecast request
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.transport.TransportRequest
TransportRequest.EmptyNested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
org.elasticsearch.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.xcontent.ToXContent.MapParams, org.elasticsearch.xcontent.ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V extends Object>, Writeable.Writer<V extends Object> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final org.elasticsearch.xcontent.ParseFieldstatic final org.elasticsearch.xcontent.ParseFieldstatic final org.elasticsearch.xcontent.ConstructingObjectParser<DeleteForecastRequest,Void> static final org.elasticsearch.xcontent.ParseFieldFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY_PARAMS -
Constructor Summary
ConstructorsConstructorDescriptionDeleteForecastRequest(String jobId) Create a new DeleteForecastRequest for the given Job ID -
Method Summary
Modifier and TypeMethodDescriptionstatic DeleteForecastRequestdeleteAllForecasts(String jobId) Create a newDeleteForecastRequestthat explicitly deletes all forecastsbooleangetJobId()inthashCode()voidsetAllowNoForecasts(boolean allowNoForecasts) Sets the value of "allow_no_forecasts".voidsetForecastIds(String... forecastIds) The forecast IDs to delete.org.elasticsearch.core.TimeValuetimeout()voidAllows to set the timeoutvoidtimeout(org.elasticsearch.core.TimeValue timeout) Allows to set the timeoutorg.elasticsearch.xcontent.XContentBuildertoXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) validate()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, setParentTaskMethods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Field Details
-
FORECAST_ID
public static final org.elasticsearch.xcontent.ParseField FORECAST_ID -
ALLOW_NO_FORECASTS
public static final org.elasticsearch.xcontent.ParseField ALLOW_NO_FORECASTS -
TIMEOUT
public static final org.elasticsearch.xcontent.ParseField TIMEOUT -
ALL
- See Also:
-
PARSER
public static final org.elasticsearch.xcontent.ConstructingObjectParser<DeleteForecastRequest,Void> PARSER
-
-
Constructor Details
-
DeleteForecastRequest
Create a new DeleteForecastRequest for the given Job ID- Parameters:
jobId- the jobId of the Job whose forecast(s) to delete
-
-
Method Details
-
deleteAllForecasts
Create a newDeleteForecastRequestthat explicitly deletes all forecasts- Parameters:
jobId- the jobId of the Job whose forecasts to delete
-
getJobId
-
getForecastIds
-
setForecastIds
The forecast IDs to delete. Can be also beALLto explicitly delete ALL forecasts- Parameters:
forecastIds- forecast IDs to delete
-
getAllowNoForecasts
-
setAllowNoForecasts
public void setAllowNoForecasts(boolean allowNoForecasts) Sets the value of "allow_no_forecasts".- Parameters:
allowNoForecasts- whentrueno error is thrown whenALLdoes not find any forecasts
-
timeout
Allows to set the timeout- Parameters:
timeout- timeout as a string (e.g. 1s)
-
timeout
public void timeout(org.elasticsearch.core.TimeValue timeout) Allows to set the timeout- Parameters:
timeout- timeout as aTimeValue
-
timeout
public org.elasticsearch.core.TimeValue timeout() -
equals
-
hashCode
public int hashCode() -
validate
- Specified by:
validatein classActionRequest
-
toXContent
public org.elasticsearch.xcontent.XContentBuilder toXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceorg.elasticsearch.xcontent.ToXContent- Throws:
IOException
-