java.lang.Object
org.elasticsearch.common.settings.Setting.AffixKey
- All Implemented Interfaces:
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
Modifier and TypeMethodDescriptionbooleanbooleanReturns true if and only if this key is present in the given settings instance (ignoring given exclusions).inthashCode()booleanisFallback(String key) Does the key start with the fallback prefix?booleantoConcreteKey(String missingPart) toString()
-
Method Details
-
match
- Specified by:
matchin interfaceSetting.Key
-
exists
Description copied from interface:Setting.KeyReturns true if and only if this key is present in the given settings instance (ignoring given exclusions).- Specified by:
existsin interfaceSetting.Key- Parameters:
keys- keys to checkexclusions- exclusions to ignore
-
isFallback
Does the key start with the fallback prefix? -
toConcreteKey
-
toString
-
equals
-
hashCode
public int hashCode()
-