|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecordReader | |
---|---|
org.apache.hadoop.mapred.lib | |
org.apache.hadoop.mapreduce | |
org.apache.hadoop.mapreduce.lib.db | |
org.apache.hadoop.mapreduce.lib.input | |
org.apache.hadoop.mapreduce.lib.join |
Uses of RecordReader in org.apache.hadoop.mapred.lib |
---|
Methods in org.apache.hadoop.mapred.lib that return RecordReader | |
---|---|
RecordReader<K,V> |
CombineFileInputFormat.createRecordReader(InputSplit split,
TaskAttemptContext context)
|
Uses of RecordReader in org.apache.hadoop.mapreduce |
---|
Methods in org.apache.hadoop.mapreduce that return RecordReader | |
---|---|
abstract RecordReader<K,V> |
InputFormat.createRecordReader(InputSplit split,
TaskAttemptContext context)
Create a record reader for a given split. |
Uses of RecordReader in org.apache.hadoop.mapreduce.lib.db |
---|
Subclasses of RecordReader 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 |
DBRecordReader<T extends DBWritable>
A RecordReader that reads records from a SQL table. |
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. |
Methods in org.apache.hadoop.mapreduce.lib.db that return RecordReader | |
---|---|
protected RecordReader<LongWritable,T> |
OracleDataDrivenDBInputFormat.createDBRecordReader(org.apache.hadoop.mapreduce.lib.db.DBInputFormat.DBInputSplit split,
Configuration conf)
|
protected RecordReader<LongWritable,T> |
DataDrivenDBInputFormat.createDBRecordReader(org.apache.hadoop.mapreduce.lib.db.DBInputFormat.DBInputSplit split,
Configuration conf)
|
protected RecordReader<LongWritable,T> |
DBInputFormat.createDBRecordReader(org.apache.hadoop.mapreduce.lib.db.DBInputFormat.DBInputSplit split,
Configuration conf)
|
RecordReader<LongWritable,T> |
DBInputFormat.createRecordReader(InputSplit split,
TaskAttemptContext context)
Create a record reader for a given split. |
Uses of RecordReader in org.apache.hadoop.mapreduce.lib.input |
---|
Subclasses of RecordReader in org.apache.hadoop.mapreduce.lib.input | |
---|---|
class |
CombineFileRecordReader<K,V>
A generic RecordReader that can hand out different recordReaders for each chunk in a CombineFileSplit . |
class |
CombineFileRecordReaderWrapper<K,V>
A wrapper class for a record reader that handles a single file split. |
class |
KeyValueLineRecordReader
This class treats a line in the input as a key/value pair separated by a separator character. |
class |
SequenceFileAsTextRecordReader
This class converts the input keys and values to their String forms by calling toString() method. |
class |
SequenceFileRecordReader<K,V>
An RecordReader for SequenceFile s. |
Fields in org.apache.hadoop.mapreduce.lib.input declared as RecordReader | |
---|---|
protected RecordReader<K,V> |
CombineFileRecordReader.curReader
|
Fields in org.apache.hadoop.mapreduce.lib.input with type parameters of type RecordReader | |
---|---|
protected Class<? extends RecordReader<K,V>> |
CombineFileRecordReader.rrClass
|
protected Constructor<? extends RecordReader<K,V>> |
CombineFileRecordReader.rrConstructor
|
Constructor parameters in org.apache.hadoop.mapreduce.lib.input with type arguments of type RecordReader | |
---|---|
CombineFileRecordReader(CombineFileSplit split,
TaskAttemptContext context,
Class<? extends RecordReader<K,V>> rrClass)
A generic RecordReader that can hand out different recordReaders for each chunk in the CombineFileSplit. |
Uses of RecordReader in org.apache.hadoop.mapreduce.lib.join |
---|
Methods in org.apache.hadoop.mapreduce.lib.join that return RecordReader | |
---|---|
RecordReader<K,TupleWritable> |
CompositeInputFormat.createRecordReader(InputSplit split,
TaskAttemptContext taskContext)
Construct a CompositeRecordReader for the children of this InputFormat as defined in the init expression. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |