Package org.elasticsearch.client.feature
Class GetFeaturesRequest
java.lang.Object
org.elasticsearch.client.TimedRequest
org.elasticsearch.client.feature.GetFeaturesRequest
- All Implemented Interfaces:
Validatable
A
TimedRequest to get the list of features available to be included in snapshots in the cluster.-
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
Methods inherited from class org.elasticsearch.client.TimedRequest
masterNodeTimeout, setMasterTimeout, setTimeout, timeoutMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.client.Validatable
validate
-
Constructor Details
-
GetFeaturesRequest
public GetFeaturesRequest()
-