Generated by
JDiff

Class org.apache.hadoop.mapred.lib.db.DBInputFormat.DBRecordReader

Removed interface org.apache.hadoop.mapred.RecordReader.
Added interface org.apache.hadoop.mapred.RecordReader.

Changed Constructors
DBInputFormat.DBRecordReader(DBInputSplit, Class, JobConf) Change in type from (DBInputSplit, Class, JobConf) to (DBInputSplit, Class, JobConf).
@param split The InputSplit to read data for
 

Changed Methods
DBWritable createValue() Change in return type from (T, extends, DBWritable) to DBWritable.
{@inheritDoc}
boolean next(LongWritable, DBWritable) Change in signature from (LongWritable, T, extends, DBWritable) to (LongWritable, DBWritable).
{@inheritDoc}