Class RestTestLegacyFeatures

java.lang.Object
org.elasticsearch.test.rest.RestTestLegacyFeatures
All Implemented Interfaces:
FeatureSpecification

public class RestTestLegacyFeatures extends Object implements 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 Details

    • ML_STATE_RESET_FALLBACK_ON_DISABLED

      public static final NodeFeature ML_STATE_RESET_FALLBACK_ON_DISABLED
    • FEATURE_STATE_RESET_SUPPORTED

      public static final NodeFeature FEATURE_STATE_RESET_SUPPORTED
    • SYSTEM_INDICES_REST_ACCESS_ENFORCED

      public static final NodeFeature SYSTEM_INDICES_REST_ACCESS_ENFORCED
    • SYSTEM_INDICES_REST_ACCESS_DEPRECATED

      public static final NodeFeature SYSTEM_INDICES_REST_ACCESS_DEPRECATED
    • HIDDEN_INDICES_SUPPORTED

      public static final NodeFeature HIDDEN_INDICES_SUPPORTED
    • COMPONENT_TEMPLATE_SUPPORTED

      public static final NodeFeature COMPONENT_TEMPLATE_SUPPORTED
    • DELETE_TEMPLATE_MULTIPLE_NAMES_SUPPORTED

      public static final NodeFeature DELETE_TEMPLATE_MULTIPLE_NAMES_SUPPORTED
    • SECURITY_UPDATE_API_KEY

      public static final NodeFeature SECURITY_UPDATE_API_KEY
    • SECURITY_BULK_UPDATE_API_KEY

      public static final NodeFeature SECURITY_BULK_UPDATE_API_KEY
    • WATCHES_VERSION_IN_META

      public static final NodeFeature WATCHES_VERSION_IN_META
    • SECURITY_ROLE_DESCRIPTORS_OPTIONAL

      public static final NodeFeature SECURITY_ROLE_DESCRIPTORS_OPTIONAL
    • SEARCH_AGGREGATIONS_FORCE_INTERVAL_SELECTION_DATE_HISTOGRAM

      public static final NodeFeature SEARCH_AGGREGATIONS_FORCE_INTERVAL_SELECTION_DATE_HISTOGRAM
    • TRANSFORM_NEW_API_ENDPOINT

      public static final NodeFeature TRANSFORM_NEW_API_ENDPOINT
    • ML_INDICES_HIDDEN

      public static final NodeFeature ML_INDICES_HIDDEN
    • ML_ANALYTICS_MAPPINGS

      public static final NodeFeature ML_ANALYTICS_MAPPINGS
  • Constructor Details

    • RestTestLegacyFeatures

      public RestTestLegacyFeatures()
  • Method Details