Class Setting.ListKey

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

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

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

    key
  • Constructor Summary

    Constructors
    Constructor Description
    ListKey​(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

    • ListKey

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