|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<CrunchJobControl.ThreadState> org.apache.crunch.hadoop.mapreduce.lib.jobcontrol.CrunchJobControl.ThreadState
public static enum CrunchJobControl.ThreadState
Enum Constant Summary | |
---|---|
READY
|
|
RUNNING
|
|
STOPPED
|
|
STOPPING
|
|
SUSPENDED
|
Method Summary | |
---|---|
static CrunchJobControl.ThreadState |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CrunchJobControl.ThreadState[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final CrunchJobControl.ThreadState RUNNING
public static final CrunchJobControl.ThreadState SUSPENDED
public static final CrunchJobControl.ThreadState STOPPED
public static final CrunchJobControl.ThreadState STOPPING
public static final CrunchJobControl.ThreadState READY
Method Detail |
---|
public static CrunchJobControl.ThreadState[] values()
for (CrunchJobControl.ThreadState c : CrunchJobControl.ThreadState.values()) System.out.println(c);
public static CrunchJobControl.ThreadState valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |