Class Setting.ListKey

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
     key)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     toTest)
     

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

    equals, hashCode, toString

    Methods inherited from class java.lang.

    , , , , , , ,
  • Constructor Details

    • ListKey

      public ListKey( key)
  • Method Details