@InterfaceAudience.Public @InterfaceStability.Evolving public enum DAGCounter extends Enum<DAGCounter>
Modifier and Type | Method and Description |
---|---|
static DAGCounter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DAGCounter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DAGCounter NUM_FAILED_TASKS
public static final DAGCounter NUM_KILLED_TASKS
public static final DAGCounter NUM_SUCCEEDED_TASKS
public static final DAGCounter TOTAL_LAUNCHED_TASKS
public static final DAGCounter OTHER_LOCAL_TASKS
public static final DAGCounter DATA_LOCAL_TASKS
public static final DAGCounter RACK_LOCAL_TASKS
public static final DAGCounter SLOTS_MILLIS_TASKS
public static final DAGCounter FALLOW_SLOTS_MILLIS_TASKS
public static final DAGCounter TOTAL_LAUNCHED_UBERTASKS
public static final DAGCounter NUM_UBER_SUBTASKS
public static final DAGCounter NUM_FAILED_UBERTASKS
public static final DAGCounter AM_CPU_MILLISECONDS
public static final DAGCounter AM_GC_TIME_MILLIS
public static DAGCounter[] values()
for (DAGCounter c : DAGCounter.values()) System.out.println(c);
public static DAGCounter 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 © 2016 Apache Software Foundation. All rights reserved.