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

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

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

Methods in org.apache.hadoop.hbase.io.hfile that return BlockWithScanInfo
 BlockWithScanInfo HFileBlockIndex.BlockIndexReader.loadDataBlockWithScanInfo(byte[] key, int keyOffset, int keyLength, HFileBlock currentBlock, boolean cacheBlocks, boolean pread, boolean isCompaction)
          Return the BlockWithScanInfo which contains the DataBlock with other scan info such as nextIndexedKey.
 



Copyright © 2015 The Apache Software Foundation. All rights reserved.