Uses of Class
org.apache.hadoop.mapreduce.ID
Packages that use ID
-
Uses of ID in org.apache.hadoop.mapred
Subclasses of ID in org.apache.hadoop.mapredModifier and TypeClassDescriptionclassA general identifier, which internally stores the id as an integer.classJobID represents the immutable and unique identifier for the job.classTaskAttemptID represents the immutable and unique identifier for a task attempt.classTaskID represents the immutable and unique identifier for a Map or Reduce Task. -
Uses of ID in org.apache.hadoop.mapreduce
Subclasses of ID in org.apache.hadoop.mapreduceModifier and TypeClassDescriptionclassJobID represents the immutable and unique identifier for the job.classTaskAttemptID represents the immutable and unique identifier for a task attempt.classTaskID represents the immutable and unique identifier for a Map or Reduce Task.Methods in org.apache.hadoop.mapreduce with parameters of type IDModifier and TypeMethodDescriptionintCompare IDs by associated numbersintCompare JobIds by first jtIdentifiers, then by job numbersintCompare TaskIds by first tipIds, then by task numbers.intCompare TaskInProgressIds by first jobIds, then by tip numbers.