Uses of Interface
org.elasticsearch.common.settings.Setting.Key
-
Packages that use Setting.Key Package Description org.elasticsearch.common.settings -
-
Uses of Setting.Key in org.elasticsearch.common.settings
Classes in org.elasticsearch.common.settings that implement Setting.Key Modifier and Type Class Description static classSetting.AffixKeyA key that allows for static pre and suffix.static classSetting.GroupKeystatic classSetting.ListKeystatic classSetting.SimpleKeyMethods in org.elasticsearch.common.settings that return Setting.Key Modifier and Type Method Description Setting.KeySetting. getRawKey()Returns the original representation of a setting key.Constructors in org.elasticsearch.common.settings with parameters of type Setting.Key Constructor Description Setting(Setting.Key key, Function<Settings,String> defaultValue, Function<String,T> parser, Setting.Property... properties)Creates a new Setting instanceSetting(Setting.Key key, Function<Settings,String> defaultValue, Function<String,T> parser, Setting.Validator<T> validator, Setting.Property... properties)Creates a newSettinginstance.Setting(Setting.Key key, Setting<T> fallbackSetting, Function<String,T> parser, Setting.Property... properties)Creates a new Setting instance
-