org.apache.hadoop.vaidya.statistics.job
Enum JobStatisticsInterface.JobKeys
java.lang.Object
java.lang.Enum<JobStatisticsInterface.JobKeys>
org.apache.hadoop.vaidya.statistics.job.JobStatisticsInterface.JobKeys
- All Implemented Interfaces:
- Serializable, Comparable<JobStatisticsInterface.JobKeys>
- Enclosing interface:
- JobStatisticsInterface
public static enum JobStatisticsInterface.JobKeys
- extends Enum<JobStatisticsInterface.JobKeys>
Job Keys
JOBTRACKERID
public static final JobStatisticsInterface.JobKeys JOBTRACKERID
JOBID
public static final JobStatisticsInterface.JobKeys JOBID
JOBNAME
public static final JobStatisticsInterface.JobKeys JOBNAME
JOBTYPE
public static final JobStatisticsInterface.JobKeys JOBTYPE
USER
public static final JobStatisticsInterface.JobKeys USER
SUBMIT_TIME
public static final JobStatisticsInterface.JobKeys SUBMIT_TIME
CONF_PATH
public static final JobStatisticsInterface.JobKeys CONF_PATH
LAUNCH_TIME
public static final JobStatisticsInterface.JobKeys LAUNCH_TIME
TOTAL_MAPS
public static final JobStatisticsInterface.JobKeys TOTAL_MAPS
TOTAL_REDUCES
public static final JobStatisticsInterface.JobKeys TOTAL_REDUCES
STATUS
public static final JobStatisticsInterface.JobKeys STATUS
FINISH_TIME
public static final JobStatisticsInterface.JobKeys FINISH_TIME
FINISHED_MAPS
public static final JobStatisticsInterface.JobKeys FINISHED_MAPS
FINISHED_REDUCES
public static final JobStatisticsInterface.JobKeys FINISHED_REDUCES
FAILED_MAPS
public static final JobStatisticsInterface.JobKeys FAILED_MAPS
FAILED_REDUCES
public static final JobStatisticsInterface.JobKeys FAILED_REDUCES
LAUNCHED_MAPS
public static final JobStatisticsInterface.JobKeys LAUNCHED_MAPS
LAUNCHED_REDUCES
public static final JobStatisticsInterface.JobKeys LAUNCHED_REDUCES
RACKLOCAL_MAPS
public static final JobStatisticsInterface.JobKeys RACKLOCAL_MAPS
DATALOCAL_MAPS
public static final JobStatisticsInterface.JobKeys DATALOCAL_MAPS
HDFS_BYTES_READ
public static final JobStatisticsInterface.JobKeys HDFS_BYTES_READ
HDFS_BYTES_WRITTEN
public static final JobStatisticsInterface.JobKeys HDFS_BYTES_WRITTEN
FILE_BYTES_READ
public static final JobStatisticsInterface.JobKeys FILE_BYTES_READ
FILE_BYTES_WRITTEN
public static final JobStatisticsInterface.JobKeys FILE_BYTES_WRITTEN
COMBINE_OUTPUT_RECORDS
public static final JobStatisticsInterface.JobKeys COMBINE_OUTPUT_RECORDS
COMBINE_INPUT_RECORDS
public static final JobStatisticsInterface.JobKeys COMBINE_INPUT_RECORDS
REDUCE_INPUT_GROUPS
public static final JobStatisticsInterface.JobKeys REDUCE_INPUT_GROUPS
REDUCE_INPUT_RECORDS
public static final JobStatisticsInterface.JobKeys REDUCE_INPUT_RECORDS
REDUCE_OUTPUT_RECORDS
public static final JobStatisticsInterface.JobKeys REDUCE_OUTPUT_RECORDS
MAP_INPUT_RECORDS
public static final JobStatisticsInterface.JobKeys MAP_INPUT_RECORDS
MAP_OUTPUT_RECORDS
public static final JobStatisticsInterface.JobKeys MAP_OUTPUT_RECORDS
MAP_INPUT_BYTES
public static final JobStatisticsInterface.JobKeys MAP_INPUT_BYTES
MAP_OUTPUT_BYTES
public static final JobStatisticsInterface.JobKeys MAP_OUTPUT_BYTES
MAP_HDFS_BYTES_WRITTEN
public static final JobStatisticsInterface.JobKeys MAP_HDFS_BYTES_WRITTEN
JOBCONF
public static final JobStatisticsInterface.JobKeys JOBCONF
JOB_PRIORITY
public static final JobStatisticsInterface.JobKeys JOB_PRIORITY
SHUFFLE_BYTES
public static final JobStatisticsInterface.JobKeys SHUFFLE_BYTES
SPILLED_RECORDS
public static final JobStatisticsInterface.JobKeys SPILLED_RECORDS
values
public static JobStatisticsInterface.JobKeys[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (JobStatisticsInterface.JobKeys c : JobStatisticsInterface.JobKeys.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static JobStatisticsInterface.JobKeys valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (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 type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2009 The Apache Software Foundation