Uses of Package
org.apache.hadoop.hbase.codec.prefixtree.decode

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

Classes in org.apache.hadoop.hbase.codec.prefixtree.decode used by org.apache.hadoop.hbase.codec.prefixtree
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.
 

Classes in org.apache.hadoop.hbase.codec.prefixtree.decode used by org.apache.hadoop.hbase.codec.prefixtree.decode
PrefixTreeArrayReversibleScanner
          Methods for going backwards through a PrefixTree block.
PrefixTreeArrayScanner
          Extends PtCell and manipulates its protected fields.
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.
PrefixTreeCell
          As the PrefixTreeArrayScanner moves through the tree bytes, it changes the values in the fields of this class so that Cell logic can be applied, but without allocating new memory for every Cell iterated through.
 



Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.