Class RemoveIndexLifecyclePolicyRequest
- java.lang.Object
-
- org.elasticsearch.client.TimedRequest
-
- org.elasticsearch.client.indexlifecycle.RemoveIndexLifecyclePolicyRequest
-
- All Implemented Interfaces:
Validatable
public class RemoveIndexLifecyclePolicyRequest extends TimedRequest
-
-
Field Summary
-
Fields inherited from class org.elasticsearch.client.TimedRequest
DEFAULT_ACK_TIMEOUT, DEFAULT_MASTER_NODE_TIMEOUT
-
Fields inherited from interface org.elasticsearch.client.Validatable
EMPTY
-
-
Constructor Summary
Constructors Constructor Description RemoveIndexLifecyclePolicyRequest(List<String> indices)RemoveIndexLifecyclePolicyRequest(List<String> indices, IndicesOptions indicesOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()List<String>indices()IndicesOptionsindicesOptions()-
Methods inherited from class org.elasticsearch.client.TimedRequest
masterNodeTimeout, setMasterTimeout, setTimeout, timeout
-
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
-
RemoveIndexLifecyclePolicyRequest
public RemoveIndexLifecyclePolicyRequest(List<String> indices, IndicesOptions indicesOptions)
-
-