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 TypeMethodDescriptionboolean
boolean
Returns true if and only if this key is present in the given settings instance (ignoring given exclusions).int
hashCode()
boolean
isFallback
(String key) Does the key start with the fallback prefix?boolean
toConcreteKey
(String missingPart) toString()
-
Method Details
-
match
- Specified by:
match
in interfaceSetting.Key
-
exists
Description copied from interface:Setting.Key
Returns true if and only if this key is present in the given settings instance (ignoring given exclusions).- Specified by:
exists
in 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()
-