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

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

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

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

Methods in org.apache.hadoop.hbase.codec.prefixtree.decode with parameters of type CellSearcher
static void DecoderFactory.checkIn(CellSearcher pSearcher)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.