Generated by
JDiff

Class org.apache.hadoop.mapred.TaskReport

Added Methods
TIPStatus getCurrentStatus() The current status
Collection getRunningTaskAttempts() Get the running task attempt IDs for this task
TaskAttemptID getSuccessfulTaskAttempt() Get the attempt ID that took this task to completion
void setRunningTaskAttempts(Collection) set running attempt(s) of the task.
void setSuccessfulAttempt(TaskAttemptID) set successful attempt ID of the task.