Uses of Class
org.apache.hadoop.mapreduce.TaskID
Packages that use TaskID
-
Uses of TaskID in org.apache.hadoop.mapred
Subclasses of TaskID in org.apache.hadoop.mapredModifier and TypeClassDescriptionclassTaskID represents the immutable and unique identifier for a Map or Reduce Task.Methods in org.apache.hadoop.mapred with parameters of type TaskID -
Uses of TaskID in org.apache.hadoop.mapreduce
Methods in org.apache.hadoop.mapreduce that return TaskIDModifier and TypeMethodDescriptionstatic TaskIDConstruct a TaskID object from given string.TaskAttemptID.getTaskID()Returns theTaskIDobject that this task attempt belongs toConstructors in org.apache.hadoop.mapreduce with parameters of type TaskIDModifierConstructorDescriptionTaskAttemptID(TaskID taskId, int id) Constructs a TaskAttemptID object from givenTaskID.