| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.codec.prefixtree.decode | |
| org.apache.hadoop.hbase.codec.prefixtree.scanner | 
| Modifier and Type | Method and Description | 
|---|---|
| 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) | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.