Package org.elasticsearch.test.rest
Class RestTestLegacyFeatures
java.lang.Object
org.elasticsearch.test.rest.RestTestLegacyFeatures
- All Implemented Interfaces:
FeatureSpecification
This class groups historical features that have been removed from the production codebase, but are still used by the test
framework to support BwC tests. Rather than leaving them in the main src we group them here, so it's clear they are not used in
production code anymore.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NodeFeaturestatic final NodeFeaturestatic final NodeFeaturestatic final NodeFeaturestatic final NodeFeaturestatic final NodeFeaturestatic final NodeFeaturestatic final NodeFeaturestatic final NodeFeaturestatic final NodeFeaturestatic final NodeFeaturestatic final NodeFeaturestatic final NodeFeaturestatic final NodeFeaturestatic final NodeFeature -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.features.FeatureSpecification
getFeatures
-
Field Details
-
ML_STATE_RESET_FALLBACK_ON_DISABLED
-
FEATURE_STATE_RESET_SUPPORTED
-
SYSTEM_INDICES_REST_ACCESS_ENFORCED
-
SYSTEM_INDICES_REST_ACCESS_DEPRECATED
-
HIDDEN_INDICES_SUPPORTED
-
COMPONENT_TEMPLATE_SUPPORTED
-
DELETE_TEMPLATE_MULTIPLE_NAMES_SUPPORTED
-
SECURITY_UPDATE_API_KEY
-
SECURITY_BULK_UPDATE_API_KEY
-
WATCHES_VERSION_IN_META
-
SECURITY_ROLE_DESCRIPTORS_OPTIONAL
-
SEARCH_AGGREGATIONS_FORCE_INTERVAL_SELECTION_DATE_HISTOGRAM
-
TRANSFORM_NEW_API_ENDPOINT
-
ML_INDICES_HIDDEN
-
ML_ANALYTICS_MAPPINGS
-
-
Constructor Details
-
RestTestLegacyFeatures
public RestTestLegacyFeatures()
-
-
Method Details
-
getHistoricalFeatures
- Specified by:
getHistoricalFeaturesin interfaceFeatureSpecification
-