Class GetFeatureUpgradeStatusRequest
java.lang.Object
org.elasticsearch.client.TimedRequest
org.elasticsearch.client.migration.GetFeatureUpgradeStatusRequest
- All Implemented Interfaces:
Validatable
A request for information about which system features need to be upgraded.
-
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
-
GetFeatureUpgradeStatusRequest
public GetFeatureUpgradeStatusRequest()
-