Uses of Class
org.apache.hadoop.hbase.io.hfile.HFileReaderV1

Packages that use HFileReaderV1
org.apache.hadoop.hbase.io.hfile Provides the hbase data+index+metadata file. 
 

Uses of HFileReaderV1 in org.apache.hadoop.hbase.io.hfile
 

Fields in org.apache.hadoop.hbase.io.hfile declared as HFileReaderV1
protected  HFileReaderV1 HFileReaderV1.AbstractScannerV1.reader
          This masks a field with the same name in the superclass and saves us the runtime overhead of casting from abstract reader to reader V1.
 

Constructors in org.apache.hadoop.hbase.io.hfile with parameters of type HFileReaderV1
HFileReaderV1.AbstractScannerV1(HFileReaderV1 reader, boolean cacheBlocks, boolean pread, boolean isCompaction)
           
HFileReaderV1.ScannerV1(HFileReaderV1 reader, boolean cacheBlocks, boolean pread, boolean isCompaction)
           
 



Copyright © 2015 The Apache Software Foundation. All Rights Reserved.