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.hfile
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.io.hfile.HFilePreadReader
    Implementation of HFile.Reader to deal with pread.
    class 
    org.apache.hadoop.hbase.io.hfile.HFileStreamReader
    Implementation of HFile.Reader to deal with stream read do not perform any prefetch operations (HFilePreadReader will do this).