JobCounter instead.@Deprecated public static enum JobInProgress.Counter extends Enum<JobInProgress.Counter>
| Enum Constant and Description | 
|---|
| DATA_LOCAL_MAPSDeprecated.  | 
| FALLOW_SLOTS_MILLIS_MAPSDeprecated.  | 
| FALLOW_SLOTS_MILLIS_REDUCESDeprecated.  | 
| NUM_FAILED_MAPSDeprecated.  | 
| NUM_FAILED_REDUCESDeprecated.  | 
| OTHER_LOCAL_MAPSDeprecated.  | 
| RACK_LOCAL_MAPSDeprecated.  | 
| SLOTS_MILLIS_MAPSDeprecated.  | 
| SLOTS_MILLIS_REDUCESDeprecated.  | 
| TOTAL_LAUNCHED_MAPSDeprecated.  | 
| TOTAL_LAUNCHED_REDUCESDeprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| static JobInProgress.Counter | valueOf(String name)Deprecated.  Returns the enum constant of this type with the specified name. | 
| static JobInProgress.Counter[] | values()Deprecated.  Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final JobInProgress.Counter NUM_FAILED_MAPS
public static final JobInProgress.Counter NUM_FAILED_REDUCES
public static final JobInProgress.Counter TOTAL_LAUNCHED_MAPS
public static final JobInProgress.Counter TOTAL_LAUNCHED_REDUCES
public static final JobInProgress.Counter OTHER_LOCAL_MAPS
public static final JobInProgress.Counter DATA_LOCAL_MAPS
public static final JobInProgress.Counter RACK_LOCAL_MAPS
public static final JobInProgress.Counter SLOTS_MILLIS_MAPS
public static final JobInProgress.Counter SLOTS_MILLIS_REDUCES
public static final JobInProgress.Counter FALLOW_SLOTS_MILLIS_MAPS
public static final JobInProgress.Counter FALLOW_SLOTS_MILLIS_REDUCES
public static JobInProgress.Counter[] values()
for (JobInProgress.Counter c : JobInProgress.Counter.values()) System.out.println(c);
public static JobInProgress.Counter valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2022 Apache Software Foundation. All rights reserved.