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