Generated by
JDiff

Interface org.apache.hadoop.mapreduce.TaskAttemptContext

Changed Methods
float getProgress() Changed from abstract to non-abstract. The current progress of the task attempt.
String getStatus() Changed from abstract to non-abstract. Get the last set status message.
TaskAttemptID getTaskAttemptID() Changed from abstract to non-abstract. Get the unique name for this task attempt.
void setStatus(String) Changed from abstract to non-abstract. Set the current status of the task to the given string.
Counter getCounter(Enum) Changed from abstract to non-abstract. Get the Counter for the given counterName.
Counter getCounter(String, String) Changed from abstract to non-abstract. Get the Counter for the given groupName and counterName.