Uses of Class
org.apache.hadoop.hbase.codec.prefixtree.decode.PrefixTreeArrayScanner

Packages that use PrefixTreeArrayScanner
org.apache.hadoop.hbase.codec.prefixtree.decode   
 

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

Subclasses of PrefixTreeArrayScanner in org.apache.hadoop.hbase.codec.prefixtree.decode
 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.
 



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