Package org.apache.hadoop.hbase.io.hfile
Class BlockWithScanInfo
java.lang.Object
org.apache.hadoop.hbase.io.hfile.BlockWithScanInfo
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.
-
Field Summary
Modifier and TypeFieldDescriptionprivate final HFileBlock
private final ExtendedCell
The first key in the next block following this one in the HFile. -
Constructor Summary
-
Method Summary
-
Field Details
-
hFileBlock
-
nextIndexedKey
The first key in the next block following this one in the HFile. If this key is unknown, this is reference-equal with HConstants.NO_NEXT_INDEXED_KEY
-
-
Constructor Details
-
BlockWithScanInfo
-
-
Method Details
-
getHFileBlock
-
getNextIndexedKey
-