Uses of Class
org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
Packages that use org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
Package
Description
Provides implementations of
HFile
and HFile
BlockCache
.-
Uses of org.apache.hadoop.hbase.io.hfile.HFileReaderImpl in org.apache.hadoop.hbase.io.hfile
Subclasses of org.apache.hadoop.hbase.io.hfile.HFileReaderImpl in in org.apache.hadoop.hbase.io.hfileModifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.io.hfile.HFilePreadReader
Implementation ofHFile.Reader
to deal with pread.class
org.apache.hadoop.hbase.io.hfile.HFileStreamReader
Implementation ofHFile.Reader
to deal with stream read do not perform any prefetch operations (HFilePreadReader will do this).