public class BlockWithScanInfo extends Object
Modifier and Type | Field and Description |
---|---|
private HFileBlock |
hFileBlock |
private Cell |
nextIndexedKey
The first key in the next block following this one in the HFile.
|
Constructor and Description |
---|
BlockWithScanInfo(HFileBlock hFileBlock,
Cell nextIndexedKey) |
private final HFileBlock hFileBlock
private final Cell nextIndexedKey
public BlockWithScanInfo(HFileBlock hFileBlock, Cell nextIndexedKey)
public HFileBlock getHFileBlock()
public Cell getNextIndexedKey()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.