Generated by
JDiff

Interface org.apache.hadoop.mapreduce.TaskInputOutputContext

Changed Methods
KEYIN getCurrentKey() Changed from abstract to non-abstract. Get the current key.
VALUEIN getCurrentValue() Changed from abstract to non-abstract. Get the current value.
OutputCommitter getOutputCommitter() Changed from abstract to non-abstract. Get the OutputCommitter for the task-attempt.
boolean nextKeyValue() Changed from abstract to non-abstract. Advance to the next key value pair returning null if at end.
void write(KEYOUT, VALUEOUT) Changed from abstract to non-abstract. Generate an output key/value pair.