Generated by
JDiff

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

The superclass changed from java.lang.Object to org.apache.hadoop.mapreduce.lib.db.DBInputFormat.DBInputSplit.

Changed Methods
long getEnd() Method was locally defined, but is now inherited from DBInputFormat.DBInputSplit. @return The index of the last row to select
long getLength() Method was locally defined, but is now inherited from DBInputFormat.DBInputSplit. @return The total row count in this split
String[] getLocations() Method was locally defined, but is now inherited from DBInputFormat.DBInputSplit. {@inheritDoc}
long getStart() Method was locally defined, but is now inherited from DBInputFormat.DBInputSplit. @return The index of the first row to select
void readFields(DataInput) Method was locally defined, but is now inherited from DBInputFormat.DBInputSplit. {@inheritDoc}
void write(DataOutput) Method was locally defined, but is now inherited from DBInputFormat.DBInputSplit. {@inheritDoc}