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

Packages that use TaskID
org.apache.hadoop.mapred   
org.apache.hadoop.mapreduce   
 

Uses of TaskID in org.apache.hadoop.mapred
 

Subclasses of TaskID in org.apache.hadoop.mapred
 class TaskID
          Deprecated. 
 

Methods in org.apache.hadoop.mapred with parameters of type TaskID
static TaskID TaskID.downgrade(TaskID old)
          Deprecated. Downgrade a new TaskID to an old one
 

Uses of TaskID in org.apache.hadoop.mapreduce
 

Methods in org.apache.hadoop.mapreduce that return TaskID
static TaskID TaskID.forName(String str)
          Construct a TaskID object from given string
 TaskID TaskAttemptID.getTaskID()
          Returns the TaskID object that this task attempt belongs to
 

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



Copyright © 2011 Apache Software Foundation. All Rights Reserved.