Uses of Class
org.apache.hadoop.mapreduce.TaskReport

Packages that use TaskReport
org.apache.hadoop.mapred   
org.apache.hadoop.mapreduce   
org.apache.hadoop.mapreduce.protocol   
 

Uses of TaskReport in org.apache.hadoop.mapred
 

Subclasses of TaskReport in org.apache.hadoop.mapred
 class TaskReport
          A report on the state of a task.
 

Uses of TaskReport in org.apache.hadoop.mapreduce
 

Methods in org.apache.hadoop.mapreduce that return TaskReport
 TaskReport[] Job.getTaskReports(TaskType type)
          Get the information of the current state of the tasks of a job.
 

Uses of TaskReport in org.apache.hadoop.mapreduce.protocol
 

Methods in org.apache.hadoop.mapreduce.protocol that return TaskReport
 TaskReport[] ClientProtocol.getTaskReports(JobID jobid, TaskType type)
          Grab a bunch of info on the tasks that make up the job
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.