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 TypeClassDescriptionclassorg.apache.hadoop.hbase.io.hfile.HFilePreadReaderImplementation ofHFile.Readerto deal with pread.classorg.apache.hadoop.hbase.io.hfile.HFileStreamReaderImplementation ofHFile.Readerto deal with stream read do not perform any prefetch operations (HFilePreadReader will do this).