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

java.lang.Object
  extended by org.apache.hadoop.hbase.io.hfile.BlockWithScanInfo

public class BlockWithScanInfo
extends Object

BlockWithScanInfo is wrapper class for HFileBlock with other attributes. These attributes are supposed to be much cheaper to be maintained in each caller thread than in HFileBlock itself.


Constructor Summary
BlockWithScanInfo(HFileBlock hFileBlock, byte[] nextIndexedKey)
           
 
Method Summary
 HFileBlock getHFileBlock()
           
 byte[] getNextIndexedKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockWithScanInfo

public BlockWithScanInfo(HFileBlock hFileBlock,
                         byte[] nextIndexedKey)
Method Detail

getHFileBlock

public HFileBlock getHFileBlock()

getNextIndexedKey

public byte[] getNextIndexedKey()


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