Interface RecordWiseFileCompactor.Reader<T>
- Type Parameters:
T- Thy type of the records that is read.
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
DecoderBasedReader,InputFormatBasedReader
- Enclosing class:
- RecordWiseFileCompactor<IN>
The reader that reads record from the compacting files.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceFactory forRecordWiseFileCompactor.Reader. -
Method Summary
Methods inherited from interface java.lang.AutoCloseable
close
-
Method Details
-
read
- Returns:
- The next record, or null if no more available.
- Throws:
IOException
-