Uses of Class
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
Modifier 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).