@InterfaceAudience.Public @InterfaceStability.Evolving public enum JobCounter extends java.lang.Enum<JobCounter>
Enum Constant and Description |
---|
DATA_LOCAL_MAPS |
FALLOW_SLOTS_MILLIS_MAPS |
FALLOW_SLOTS_MILLIS_REDUCES |
NUM_FAILED_MAPS |
NUM_FAILED_REDUCES |
OTHER_LOCAL_MAPS |
RACK_LOCAL_MAPS |
SLOTS_MILLIS_MAPS |
SLOTS_MILLIS_REDUCES |
TOTAL_LAUNCHED_MAPS |
TOTAL_LAUNCHED_REDUCES |
Modifier and Type | Method and Description |
---|---|
static JobCounter |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JobCounter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JobCounter NUM_FAILED_MAPS
public static final JobCounter NUM_FAILED_REDUCES
public static final JobCounter TOTAL_LAUNCHED_MAPS
public static final JobCounter TOTAL_LAUNCHED_REDUCES
public static final JobCounter OTHER_LOCAL_MAPS
public static final JobCounter DATA_LOCAL_MAPS
public static final JobCounter RACK_LOCAL_MAPS
public static final JobCounter SLOTS_MILLIS_MAPS
public static final JobCounter SLOTS_MILLIS_REDUCES
public static final JobCounter FALLOW_SLOTS_MILLIS_MAPS
public static final JobCounter FALLOW_SLOTS_MILLIS_REDUCES
public static JobCounter[] values()
for (JobCounter c : JobCounter.values()) System.out.println(c);
public static JobCounter 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 nullCopyright © 2009 The Apache Software Foundation