java.lang.Object
org.elasticsearch.common.settings.Setting.SimpleKey
- All Implemented Interfaces:
Setting.Key
- Direct Known Subclasses:
Setting.GroupKey
,Setting.ListKey
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
-
-
Constructor Details
-
SimpleKey
-
-
Method Details
-
match
- Specified by:
match
in interfaceSetting.Key
-
toString
-
equals
-
hashCode
public int hashCode() -
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
-