Class HFileReaderImpl

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

@Private public abstract class HFileReaderImpl extends Object implements HFile.Reader, org.apache.hadoop.conf.Configurable
Implementation that can handle all hfile versions of HFile.Reader.