java.lang.Object
org.elasticsearch.features.InfrastructureFeatures
- All Implemented Interfaces:
FeatureSpecification
This class specifies features for Elasticsearch infrastructure.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a set of features that this node supports.Returns a set of test features that this node supports.
-
Field Details
-
CURRENT_VERSION
-
-
Constructor Details
-
InfrastructureFeatures
public InfrastructureFeatures()
-
-
Method Details
-
getFeatures
Description copied from interface:FeatureSpecificationReturns a set of features that this node supports.- Specified by:
getFeaturesin interfaceFeatureSpecification
-
getTestFeatures
Description copied from interface:FeatureSpecificationReturns a set of test features that this node supports.These features will only be exposed if the
tests.testfeatures.enabledsystem property is set. This should only be used when deploying test clusters.- Specified by:
getTestFeaturesin interfaceFeatureSpecification
-