public static enum JobStatem.Action extends java.lang.Enum<JobStatem.Action>
Enum Constant and Description |
---|
FAILED |
FINISHED |
KILLED |
LOG |
NEVER |
NOOP |
RETRY |
STARTED |
STARTING |
Modifier and Type | Method and Description |
---|---|
static JobStatem.Action |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JobStatem.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JobStatem.Action FINISHED
public static final JobStatem.Action FAILED
public static final JobStatem.Action RETRY
public static final JobStatem.Action NOOP
public static final JobStatem.Action NEVER
public static final JobStatem.Action LOG
public static final JobStatem.Action STARTED
public static final JobStatem.Action STARTING
public static final JobStatem.Action KILLED
public static JobStatem.Action[] values()
for (JobStatem.Action c : JobStatem.Action.values()) System.out.println(c);
public static JobStatem.Action 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 null