org.apache.hadoop.hbase.io.hfile
Class BlockWithScanInfo
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlockWithScanInfo
public BlockWithScanInfo(HFileBlock hFileBlock,
byte[] nextIndexedKey)
getHFileBlock
public HFileBlock getHFileBlock()
getNextIndexedKey
public byte[] getNextIndexedKey()
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.