Uses of Class
org.apache.hadoop.mapred.TaskID

Packages that use TaskID
org.apache.hadoop.mapred   
 

Uses of TaskID in org.apache.hadoop.mapred
 

Methods in org.apache.hadoop.mapred that return TaskID
static TaskID TaskID.downgrade(TaskID old)
          Downgrade a new TaskID to an old one
static TaskID TaskID.forName(String str)
           
 TaskID TaskAttemptID.getTaskID()
           
 TaskID TaskReport.getTaskID()
          The id of the task.
static TaskID TaskID.read(DataInput in)
          Deprecated. 
 

Constructors in org.apache.hadoop.mapred with parameters of type TaskID
TaskAttemptID(TaskID taskId, int id)
          Constructs a TaskAttemptID object from given TaskID.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.