Methods in org.apache.hadoop.tools.rumen that return TaskAttemptInfo |
TaskAttemptInfo |
ZombieJob.getMapTaskAttemptInfoAdjusted(int taskNumber,
int taskAttemptNumber,
int locality)
Get a TaskAttemptInfo with a TaskAttemptID associated with
taskType, taskNumber, and taskAttemptNumber. |
TaskAttemptInfo |
JobStory.getMapTaskAttemptInfoAdjusted(int taskNumber,
int taskAttemptNumber,
int locality)
Get TaskAttemptInfo for a given task-attempt, considering impact
of locality. |
TaskAttemptInfo |
ZombieJob.getTaskAttemptInfo(TaskType taskType,
int taskNumber,
int taskAttemptNumber)
Get a TaskAttemptInfo with a TaskAttemptID associated with
taskType, taskNumber, and taskAttemptNumber. |
TaskAttemptInfo |
JobStory.getTaskAttemptInfo(TaskType taskType,
int taskNumber,
int taskAttemptNumber)
Get TaskAttemptInfo for a given task-attempt, without regard to
impact of locality (e.g. |