RecordReader interface.See: Description
| Interface | Description |
|---|---|
| RecordReader |
Interface for record reader.
|
| Class | Description |
|---|---|
| AbstractBatchReader |
Reads records in batches using a delegate
RecordReader. |
| BatchReader |
Read a batch of records.
|
| BlockingQueueRecordReader<T extends Record> |
A convenient
RecordReader that reads record from a BlockingQueue. |
| FileBatchReader |
Reads files in batches from a directory.
|
| FileRecordReader |
A convenient
RecordReader that recursively reads files in a directory. |
| IterableBatchReader |
Reads records in batches from an iterable data source.
|
| IterableRecordReader |
Reads record from an
Iterable data source. |
| StandardInputRecordReader |
A convenient
RecordReader that reads data from the standard input (useful for tests)
until a termination word is read (can be specified at construction time, "quit" by default). |
| StringBatchReader |
Reads records in batches from a String data source.
|
| StringRecordReader |
A convenient
RecordReader that reads data from a String. |
| Exception | Description |
|---|---|
| RecordReaderClosingException |
Exception thrown when an error occurs during record reader closing.
|
| RecordReaderOpeningException |
Exception thrown when an error occurs during record reader opening.
|
| RecordReadingException |
Exception thrown when an error occurs during record reading.
|
RecordReader interface.Copyright © 2015. All Rights Reserved.