Uses of Class
org.apache.hadoop.mapreduce.lib.db.DBRecordReader

Packages that use DBRecordReader
org.apache.hadoop.mapreduce.lib.db   
 

Uses of DBRecordReader in org.apache.hadoop.mapreduce.lib.db
 

Subclasses of DBRecordReader in org.apache.hadoop.mapreduce.lib.db
 class DataDrivenDBRecordReader<T extends DBWritable>
          A RecordReader that reads records from a SQL table, using data-driven WHERE clause splits.
 class MySQLDataDrivenDBRecordReader<T extends DBWritable>
          A RecordReader that reads records from a MySQL table via DataDrivenDBRecordReader
 class MySQLDBRecordReader<T extends DBWritable>
          A RecordReader that reads records from a MySQL table.
 class OracleDataDrivenDBRecordReader<T extends DBWritable>
          A RecordReader that reads records from a Oracle table via DataDrivenDBRecordReader
 class OracleDBRecordReader<T extends DBWritable>
          A RecordReader that reads records from an Oracle SQL table.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.