|
Generated by JDiff |
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
The superclass changed from java.lang.Object
to org.apache.hadoop.mapreduce.lib.db.DBRecordReader
.
Changed Constructors | ||
DBInputSplit, |
Change in type from (DBInputSplit, Class, JobConf ) to (DBInputSplit, Class, JobConf, Connection, DBConfiguration, String, String[], String ). |
@param split The InputSplit to read data for |
Changed Methods | ||
void close() |
Method was locally defined, but is now inherited from DBRecordReader. | {@inheritDoc} |
float getProgress() |
Method was locally defined, but is now inherited from DBRecordReader. | {@inheritDoc} |
String getSelectQuery() |
Method was locally defined, but is now inherited from DBRecordReader. | Returns the query for selecting the records subclasses can override this for custom behaviour. |
|
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |