Package | Description |
---|---|
org.apache.hadoop.hbase.codec.prefixtree.decode | |
org.apache.hadoop.hbase.codec.prefixtree.scanner |
Modifier and Type | Class and Description |
---|---|
class |
PrefixTreeArrayReversibleScanner
Methods for going backwards through a PrefixTree block.
|
class |
PrefixTreeArraySearcher
Searcher extends the capabilities of the Scanner + ReversibleScanner to add the ability to
position itself on a requested Cell without scanning through cells before it.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CellSearcher
Methods for seeking to a random
Cell inside a sorted collection of cells. |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.