public enum DisableComputeNodeSchedulingOption extends Enum<DisableComputeNodeSchedulingOption>
| Enum Constant and Description |
|---|
REQUEUE
Enum value requeue.
|
TASK_COMPLETION
Enum value taskCompletion.
|
TERMINATE
Enum value terminate.
|
| Modifier and Type | Method and Description |
|---|---|
static DisableComputeNodeSchedulingOption |
fromString(String value)
Parses a serialized value to a DisableComputeNodeSchedulingOption instance.
|
String |
toString() |
static DisableComputeNodeSchedulingOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DisableComputeNodeSchedulingOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DisableComputeNodeSchedulingOption REQUEUE
public static final DisableComputeNodeSchedulingOption TERMINATE
public static final DisableComputeNodeSchedulingOption TASK_COMPLETION
public static DisableComputeNodeSchedulingOption[] values()
for (DisableComputeNodeSchedulingOption c : DisableComputeNodeSchedulingOption.values()) System.out.println(c);
public static DisableComputeNodeSchedulingOption 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 nullpublic static DisableComputeNodeSchedulingOption fromString(String value)
value - the serialized value to parse.public String toString()
toString in class Enum<DisableComputeNodeSchedulingOption>Copyright © 2019. All rights reserved.