Class Setting.AffixKey

org.elasticsearch.common.settings.Setting.AffixKey
All Implemented Interfaces:
Setting.Key
Enclosing class:
Setting<T>

public static final class Setting.AffixKey extends 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

    Modifier and Type
    Method
    Description
    boolean
     o)
     
    int
     
    boolean
     key)
     
     missingPart)
     
     

    Methods inherited from class java.lang.

    , , , , , , ,
  • Method Details

    • match

      public boolean match( key)
      Specified by:
      match in interface Setting.Key
    • toConcreteKey

      public  missingPart)
    • toString

      public  toString()
      Overrides:
       in class 
    • equals

      public boolean equals( o)
      Overrides:
       in class 
    • hashCode

      public int hashCode()
      Overrides:
       in class