Package org.apache.hadoop.mapred
Enum Class Task.Counter
- All Implemented Interfaces:
Serializable,Comparable<Task.Counter>,Constable
- Enclosing class:
- org.apache.hadoop.mapred.Task
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.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic Task.CounterDeprecated.Returns the enum constant of this class with the specified name.static Task.Counter[]values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
MAP_INPUT_RECORDS
Deprecated. -
MAP_OUTPUT_RECORDS
Deprecated. -
MAP_SKIPPED_RECORDS
Deprecated. -
MAP_INPUT_BYTES
Deprecated. -
MAP_OUTPUT_BYTES
Deprecated. -
MAP_OUTPUT_MATERIALIZED_BYTES
Deprecated. -
COMBINE_INPUT_RECORDS
Deprecated. -
COMBINE_OUTPUT_RECORDS
Deprecated. -
REDUCE_INPUT_GROUPS
Deprecated. -
REDUCE_SHUFFLE_BYTES
Deprecated. -
REDUCE_INPUT_RECORDS
Deprecated. -
REDUCE_OUTPUT_RECORDS
Deprecated. -
REDUCE_SKIPPED_GROUPS
Deprecated. -
REDUCE_SKIPPED_RECORDS
Deprecated. -
SPILLED_RECORDS
Deprecated. -
SPLIT_RAW_BYTES
Deprecated. -
CPU_MILLISECONDS
Deprecated. -
PHYSICAL_MEMORY_BYTES
Deprecated. -
VIRTUAL_MEMORY_BYTES
Deprecated. -
COMMITTED_HEAP_BYTES
Deprecated. -
MAP_PHYSICAL_MEMORY_BYTES_MAX
Deprecated. -
MAP_VIRTUAL_MEMORY_BYTES_MAX
Deprecated. -
REDUCE_PHYSICAL_MEMORY_BYTES_MAX
Deprecated. -
REDUCE_VIRTUAL_MEMORY_BYTES_MAX
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
-
TaskCounterinstead.