@InterfaceAudience.Private public class BlockWithScanInfo extends Object
| Modifier and Type | Field and Description | 
|---|---|
| private HFileBlock | hFileBlock | 
| private Cell | nextIndexedKeyThe first key in the next block following this one in the HFile. | 
| Constructor and Description | 
|---|
| BlockWithScanInfo(HFileBlock hFileBlock,
                 Cell nextIndexedKey) | 
| Modifier and Type | Method and Description | 
|---|---|
| HFileBlock | getHFileBlock() | 
| Cell | getNextIndexedKey() | 
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.