Uses of Class
p2pMapReduce.mapreduceModule.ID

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

Uses of ID in p2pMapReduce.mapreduceModule
 

Subclasses of ID in p2pMapReduce.mapreduceModule
 class JobID
          JobID represents the immutable and unique identifier for the job.
 class TaskAttemptID
          TaskAttemptID represents the immutable and unique identifier for a task attempt.
 class TaskID
          TaskID represents the immutable and unique identifier for a Map or Reduce Task.
 

Methods in p2pMapReduce.mapreduceModule with parameters of type ID
 int ID.compareTo(ID that)
          Compare IDs by associated numbers
 int JobID.compareTo(ID o)
          Compare JobIds by first jtIdentifiers, then by job numbers
 int TaskAttemptID.compareTo(ID o)
          Compare TaskIds by first tipIds, then by task numbers.
 int TaskID.compareTo(ID o)
          Compare TaskInProgressIds by first jobIds, then by tip numbers.