Class IndexScopedSettings

java.lang.Object
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 java.util.function.Predicate<java.lang.String> INDEX_SETTINGS_KEY_PREDICATE
    • BUILT_IN_INDEX_SETTINGS

      public static final java.util.Set<Setting<?>> BUILT_IN_INDEX_SETTINGS
    • DEFAULT_SCOPED_SETTINGS

      public static final IndexScopedSettings DEFAULT_SCOPED_SETTINGS
  • Constructor Details

    • IndexScopedSettings

      public IndexScopedSettings​(Settings settings, java.util.Set<Setting<?>> settingsSet)
  • Method Details