Generated by
JDiff

Interface org.apache.hadoop.mapred.Reporter

Changed Methods
InputSplit getInputSplit() Changed from abstract to non-abstract. Get the InputSplit object for a map.
float getProgress() Changed from abstract to non-abstract. Get the progress of the task.
void setStatus(String) Changed from abstract to non-abstract. Set the status description for the task.
Counter getCounter(Enum) Changed from abstract to non-abstract. Get the Counter of the given group with the given name.
Counter getCounter(String, String) Changed from abstract to non-abstract. Get the Counter of the given group with the given name.
void incrCounter(Enum, long) Changed from abstract to non-abstract. Increments the counter identified by the key which can be of any Enum type by the specified amount.
void incrCounter(String, String, long) Changed from abstract to non-abstract. Increments the counter identified by the group and counter name by the specified amount.