Uses of Class
org.apache.hadoop.mapred.TaskID
Packages that use TaskID
-
Uses of TaskID in org.apache.hadoop.mapred
Methods in org.apache.hadoop.mapred that return TaskIDModifier and TypeMethodDescriptionstatic TaskIDDowngrade a new TaskID to an old onestatic TaskIDTaskAttemptID.getTaskID()TaskReport.getTaskID()The id of the task.static TaskIDDeprecated.Constructors in org.apache.hadoop.mapred with parameters of type TaskIDModifierConstructorDescriptionTaskAttemptID(TaskID taskId, int id) Constructs a TaskAttemptID object from givenTaskID.