java.lang.Object
org.elasticsearch.rest.RestFeatures
- All Implemented Interfaces:
FeatureSpecification
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a set of regular features that this node supports.Returns information on historical features that should be deemed to be present on all nodes on or above theVersion
specified.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.elasticsearch.features.FeatureSpecification
getTestFeatures
-
Constructor Details
-
RestFeatures
public RestFeatures()
-
-
Method Details
-
getFeatures
Description copied from interface:FeatureSpecification
Returns a set of regular features that this node supports.- Specified by:
getFeatures
in interfaceFeatureSpecification
-
getHistoricalFeatures
Description copied from interface:FeatureSpecification
Returns information on historical features that should be deemed to be present on all nodes on or above theVersion
specified.- Specified by:
getHistoricalFeatures
in interfaceFeatureSpecification
-