public static enum Pre21JobHistoryConstants.Values extends Enum<Pre21JobHistoryConstants.Values>
Enum Constant and Description |
---|
CLEANUP |
FAILED |
KILLED |
MAP |
PREP |
REDUCE |
RUNNING |
SETUP |
SUCCESS |
Modifier and Type | Method and Description |
---|---|
static Pre21JobHistoryConstants.Values |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Pre21JobHistoryConstants.Values[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Pre21JobHistoryConstants.Values SUCCESS
public static final Pre21JobHistoryConstants.Values FAILED
public static final Pre21JobHistoryConstants.Values KILLED
public static final Pre21JobHistoryConstants.Values MAP
public static final Pre21JobHistoryConstants.Values REDUCE
public static final Pre21JobHistoryConstants.Values CLEANUP
public static final Pre21JobHistoryConstants.Values RUNNING
public static final Pre21JobHistoryConstants.Values PREP
public static final Pre21JobHistoryConstants.Values SETUP
public static Pre21JobHistoryConstants.Values[] values()
for (Pre21JobHistoryConstants.Values c : Pre21JobHistoryConstants.Values.values()) System.out.println(c);
public static Pre21JobHistoryConstants.Values 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 nullCopyright © 2013 Apache Software Foundation. All rights reserved.