Class Setting.GroupKey

java.lang.Object
org.elasticsearch.common.settings.Setting.SimpleKey
org.elasticsearch.common.settings.Setting.GroupKey
All Implemented Interfaces:
Setting.Key
Enclosing class:
Setting<T>

public static final class Setting.GroupKey
extends Setting.SimpleKey
  • Field Summary

    Fields inherited from class org.elasticsearch.common.settings.Setting.SimpleKey

    key
  • Constructor Summary

    Constructors
    Constructor Description
    GroupKey​(java.lang.String key)  
  • Method Summary

    Modifier and Type Method Description
    boolean match​(java.lang.String toTest)  

    Methods inherited from class org.elasticsearch.common.settings.Setting.SimpleKey

    equals, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • GroupKey

      public GroupKey​(java.lang.String key)
  • Method Details