Class ExplainLifecycleRequest
java.lang.Object
org.elasticsearch.client.TimedRequest
org.elasticsearch.client.indexlifecycle.ExplainLifecycleRequest
- All Implemented Interfaces:
Validatable
The request object used by the Explain Lifecycle API.
-
Field Summary
Fields inherited from class org.elasticsearch.client.TimedRequest
DEFAULT_ACK_TIMEOUT, DEFAULT_MASTER_NODE_TIMEOUTFields inherited from interface org.elasticsearch.client.Validatable
EMPTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanString[]inthashCode()indicesOptions(IndicesOptions indicesOptions) toString()validate()Perform validation.Methods inherited from class org.elasticsearch.client.TimedRequest
masterNodeTimeout, setMasterTimeout, setTimeout, timeout
-
Constructor Details
-
ExplainLifecycleRequest
-
-
Method Details
-
getIndices
-
indicesOptions
-
indicesOptions
-
validate
Description copied from interface:ValidatablePerform validation. This method does not have to be overridden in the event that no validation needs to be done, or the validation was done during object construction time. AValidationExceptionthat is not null is assumed to contain validation errors and will be thrown.- Returns:
- An
OptionalValidationExceptionthat contains a list of validation errors.
-
hashCode
public int hashCode() -
equals
-
toString
-