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

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

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

Subclasses of HFileReaderV2 in org.apache.hadoop.hbase.io.hfile
 class HFileReaderV3
          HFile reader for version 3.
 

Constructors in org.apache.hadoop.hbase.io.hfile with parameters of type HFileReaderV2
HFileReaderV2.AbstractScannerV2(HFileReaderV2 r, boolean cacheBlocks, boolean pread, boolean isCompaction)
           
HFileReaderV2.EncodedScannerV2(HFileReaderV2 reader, boolean cacheBlocks, boolean pread, boolean isCompaction, HFileContext meta)
           
HFileReaderV2.ScannerV2(HFileReaderV2 r, boolean cacheBlocks, boolean pread, boolean isCompaction)
           
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.