Interface CompactReader<T>

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
CompactBulkReader, FileInputFormatCompactReader

@Internal public interface CompactReader<T> extends Closeable
Reader for compaction.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Factory to create CompactReader.
  • Method Summary

    Modifier and Type
    Method
    Description
    Read a record, return null if no more record.

    Methods inherited from interface java.io.Closeable

    close
  • Method Details