Class IndexScopedSettings

org.elasticsearch.common.settings.AbstractScopedSettings
org.elasticsearch.common.settings.IndexScopedSettings

public final class IndexScopedSettings extends AbstractScopedSettings
Encapsulates all valid index level settings.
See Also:
Setting.Property.IndexScope
  • Field Details

    • INDEX_SETTINGS_KEY_PREDICATE

      public static final <> INDEX_SETTINGS_KEY_PREDICATE
    • BUILT_IN_INDEX_SETTINGS

      public static final <Setting<?>> BUILT_IN_INDEX_SETTINGS
    • DEFAULT_SCOPED_SETTINGS

      public static final IndexScopedSettings DEFAULT_SCOPED_SETTINGS
  • Constructor Details

    • IndexScopedSettings

      public IndexScopedSettings(Settings settings, <Setting<?>> settingsSet)
  • Method Details