public enum ControlKeys extends Enum<ControlKeys>
Enum Constant and Description |
---|
_id |
_index |
_job |
_optype |
_parent |
_routing |
_source |
_timestamp |
_ttl |
_type |
_version |
Modifier and Type | Method and Description |
---|---|
static Set<String> |
makeSet() |
static ControlKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ControlKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ControlKeys _optype
public static final ControlKeys _index
public static final ControlKeys _type
public static final ControlKeys _id
public static final ControlKeys _version
public static final ControlKeys _timestamp
public static final ControlKeys _ttl
public static final ControlKeys _routing
public static final ControlKeys _parent
public static final ControlKeys _source
public static final ControlKeys _job
public static ControlKeys[] values()
for (ControlKeys c : ControlKeys.values()) System.out.println(c);
public static ControlKeys valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullelasticsearch-river-jdbc