Uses of Class
org.apache.hadoop.vaidya.statistics.job.JobStatisticsInterface.KeyDataType

Packages that use JobStatisticsInterface.KeyDataType
org.apache.hadoop.vaidya.statistics.job   
 

Uses of JobStatisticsInterface.KeyDataType in org.apache.hadoop.vaidya.statistics.job
 

Methods in org.apache.hadoop.vaidya.statistics.job that return JobStatisticsInterface.KeyDataType
static JobStatisticsInterface.KeyDataType JobStatisticsInterface.KeyDataType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JobStatisticsInterface.KeyDataType[] JobStatisticsInterface.KeyDataType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.vaidya.statistics.job with parameters of type JobStatisticsInterface.KeyDataType
 ArrayList<MapTaskStatistics> JobStatistics.getMapTaskList(Enum mapTaskSortKey, JobStatisticsInterface.KeyDataType dataType)
           
 ArrayList<MapTaskStatistics> JobStatisticsInterface.getMapTaskList(Enum mapTaskSortKey, JobStatisticsInterface.KeyDataType dataType)
           
 ArrayList<ReduceTaskStatistics> JobStatistics.getReduceTaskList(Enum reduceTaskSortKey, JobStatisticsInterface.KeyDataType dataType)
           
 ArrayList<ReduceTaskStatistics> JobStatisticsInterface.getReduceTaskList(Enum reduceTaskSortKey, JobStatisticsInterface.KeyDataType dataType)
           
 



Copyright © 2009 The Apache Software Foundation