Class HFileStreamReader

java.lang.Object
org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
org.apache.hadoop.hbase.io.hfile.HFileStreamReader
All Implemented Interfaces:
Closeable, AutoCloseable, org.apache.hadoop.conf.Configurable, HFile.CachingBlockReader, HFile.Reader

@Private public class HFileStreamReader extends HFileReaderImpl
Implementation of HFile.Reader to deal with stream read do not perform any prefetch operations (HFilePreadReader will do this).