Class Setting.AffixKey
- java.lang.Object
-
- org.elasticsearch.common.settings.Setting.AffixKey
-
- All Implemented Interfaces:
Setting.Key
public static final class Setting.AffixKey extends Object implements Setting.Key
A key that allows for static pre and suffix. This is used for settings that have dynamic namespaces like for different accounts etc.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()booleanmatch(String key)Setting.SimpleKeytoConcreteKey(String missingPart)StringtoString()
-
-
-
Method Detail
-
match
public boolean match(String key)
- Specified by:
matchin interfaceSetting.Key
-
toConcreteKey
public Setting.SimpleKey toConcreteKey(String missingPart)
-
-