@InterfaceAudience.Private 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) |
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–2020 The Apache Software Foundation. All rights reserved.