|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CellScannerPosition | |
---|---|
org.apache.hadoop.hbase.codec.prefixtree.decode | |
org.apache.hadoop.hbase.codec.prefixtree.scanner |
Uses of CellScannerPosition in org.apache.hadoop.hbase.codec.prefixtree.decode |
---|
Methods in org.apache.hadoop.hbase.codec.prefixtree.decode that return CellScannerPosition | |
---|---|
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)
|
Uses of CellScannerPosition in org.apache.hadoop.hbase.codec.prefixtree.scanner |
---|
Methods in org.apache.hadoop.hbase.codec.prefixtree.scanner that return CellScannerPosition | |
---|---|
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)
Returns the enum constant of this type with the specified name. |
static CellScannerPosition[] |
CellScannerPosition.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |