Uses of Class
p2pMapReduce.mapreduceModule.TaskID

Packages that use TaskID
p2pMapReduce.entity   
p2pMapReduce.mapreduceModule Collection of class to implement a map reduce framework. 
 

Uses of TaskID in p2pMapReduce.entity
 

Methods in p2pMapReduce.entity that return TaskID
 TaskID Task.getTaskID()
           
 

Methods in p2pMapReduce.entity that return types with arguments of type TaskID
 java.util.HashMap<TaskID,java.util.TreeSet<JobTask>> ReduceTask.getSuccessfullMapTaskAttempt()
           
 

Constructor parameters in p2pMapReduce.entity with type arguments of type TaskID
ReduceTask(Configuration conf, TaskAttemptID taskAttID, java.util.HashMap<TaskID,java.util.TreeSet<JobTask>> successfullMapTaskAttempt)
           
 

Uses of TaskID in p2pMapReduce.mapreduceModule
 

Methods in p2pMapReduce.mapreduceModule that return TaskID
static TaskID TaskID.forName(java.lang.String str)
          Construct a TaskID object from given string
 TaskID TaskAttemptID.getTaskID()
          Returns the TaskID object that this task attempt belongs to
 

Constructors in p2pMapReduce.mapreduceModule with parameters of type TaskID
TaskAttemptID(TaskID taskId, int id)
          Constructs a TaskAttemptID object from given TaskID.