| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.codec.prefixtree.decode | |
| org.apache.hadoop.hbase.codec.prefixtree.scanner |
| 限定符和类型 | 方法和说明 |
|---|---|
protected CellScannerPosition |
PrefixTreeArraySearcher.fixRowFanMissForward(int fanInsertionPoint) |
protected CellScannerPosition |
PrefixTreeArraySearcher.fixRowFanMissReverse(int fanInsertionPoint)
complete seek when fan mismatch
|
protected CellScannerPosition |
PrefixTreeArraySearcher.fixRowTokenMissForward(int searcherIsAfterInputKey) |
protected CellScannerPosition |
PrefixTreeArraySearcher.fixRowTokenMissReverse(int searcherIsAfterInputKey) |
CellScannerPosition |
PrefixTreeArraySearcher.positionAtOrAfter(Cell key)
Identical workflow as positionAtOrBefore, but split them to avoid having ~10 extra
if-statements.
|
CellScannerPosition |
PrefixTreeArraySearcher.positionAtOrBefore(Cell key) |
protected CellScannerPosition |
PrefixTreeArraySearcher.positionAtQualifierTimestamp(Cell key,
boolean beforeOnMiss) |
CellScannerPosition |
PrefixTreeArraySearcher.seekForwardToOrAfter(Cell key) |
CellScannerPosition |
PrefixTreeArraySearcher.seekForwardToOrBefore(Cell key) |
| 限定符和类型 | 方法和说明 |
|---|---|
CellScannerPosition |
CellSearcher.positionAtOrAfter(Cell key)
Same as positionAt(..), but go to the extra effort of finding the next key if there's no exact
match.
|
CellScannerPosition |
CellSearcher.positionAtOrBefore(Cell key)
Same as positionAt(..), but go to the extra effort of finding the previous key if there's no
exact match.
|
CellScannerPosition |
CellSearcher.seekForwardToOrAfter(Cell key)
Same as seekForwardTo(..), but go to the extra effort of finding the next key if there's no
exact match.
|
CellScannerPosition |
CellSearcher.seekForwardToOrBefore(Cell key)
Same as seekForwardTo(..), but go to the extra effort of finding the next key if there's no
exact match.
|
static CellScannerPosition |
CellScannerPosition.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static CellScannerPosition[] |
CellScannerPosition.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.