Uses of Interface
org.apache.hadoop.hbase.codec.prefixtree.scanner.ReversibleCellScanner

Packages that use ReversibleCellScanner
org.apache.hadoop.hbase.codec.prefixtree.decode   
org.apache.hadoop.hbase.codec.prefixtree.scanner   
 

Uses of ReversibleCellScanner in org.apache.hadoop.hbase.codec.prefixtree.decode
 

Classes in org.apache.hadoop.hbase.codec.prefixtree.decode that implement ReversibleCellScanner
 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.
 

Uses of ReversibleCellScanner in org.apache.hadoop.hbase.codec.prefixtree.scanner
 

Subinterfaces of ReversibleCellScanner in org.apache.hadoop.hbase.codec.prefixtree.scanner
 interface CellSearcher
          Methods for seeking to a random Cell inside a sorted collection of cells.
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.