Enum Constant and Description |
---|
NUM_COLUMNS |
NUM_HASHES_REDUCER |
NUM_RECORDS_INIT_MAPPER |
NUM_RECORDS_PROCESSED_INIT_MAPPER |
Modifier and Type | Method and Description |
---|---|
static MRStats |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MRStats[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MRStats NUM_RECORDS_INIT_MAPPER
public static final MRStats NUM_RECORDS_PROCESSED_INIT_MAPPER
public static final MRStats NUM_HASHES_REDUCER
public static final MRStats NUM_COLUMNS
public static MRStats[] values()
for (MRStats c : MRStats.values()) System.out.println(c);
public static MRStats 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 null