Class BlockBasedSource.BlockBasedReader<T>

All Implemented Interfaces:
AutoCloseable
Direct Known Subclasses:
AvroSource.AvroReader
Enclosing class:
BlockBasedSource<T>

public abstract static class BlockBasedSource.BlockBasedReader<T> extends FileBasedSource.FileBasedReader<T>
A Reader that reads records from a BlockBasedSource. If the source is a subrange of a file, the blocks that will be read by this reader are those such that the first byte of the block is within the range [start, end).
  • Constructor Details

  • Method Details