Enum Constant and Description |
---|
HERON_SCHEDULER_YARN_QUEUE |
YARN_SCHEDULER_DRIVER_MEMORY_MB |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getDefault() |
int |
getDefaultInt() |
java.lang.String |
getDefaultString() |
java.lang.String |
value() |
static YarnKey |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static YarnKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final YarnKey HERON_SCHEDULER_YARN_QUEUE
public static final YarnKey YARN_SCHEDULER_DRIVER_MEMORY_MB
public static YarnKey[] values()
for (YarnKey c : YarnKey.values()) System.out.println(c);
public static YarnKey valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String value()
public java.lang.Object getDefault()
public java.lang.String getDefaultString()
public int getDefaultInt()