Package org.apache.hadoop.mapred
Enum Class JobInProgress.Counter
- All Implemented Interfaces:
Serializable,Comparable<JobInProgress.Counter>,Constable
- Enclosing class:
- org.apache.hadoop.mapred.JobInProgress
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic JobInProgress.CounterDeprecated.Returns the enum constant of this class with the specified name.static JobInProgress.Counter[]values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NUM_FAILED_MAPS
Deprecated. -
NUM_FAILED_REDUCES
Deprecated. -
TOTAL_LAUNCHED_MAPS
Deprecated. -
TOTAL_LAUNCHED_REDUCES
Deprecated. -
OTHER_LOCAL_MAPS
Deprecated. -
DATA_LOCAL_MAPS
Deprecated. -
RACK_LOCAL_MAPS
Deprecated. -
SLOTS_MILLIS_MAPS
Deprecated. -
SLOTS_MILLIS_REDUCES
Deprecated. -
FALLOW_SLOTS_MILLIS_MAPS
Deprecated. -
FALLOW_SLOTS_MILLIS_REDUCES
Deprecated.
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
JobCounterinstead.