Uses of Interface
org.apache.hadoop.hbase.regionserver.KeyValueScanner

Packages that use KeyValueScanner
org.apache.hadoop.hbase.regionserver   
 

Uses of KeyValueScanner in org.apache.hadoop.hbase.regionserver
 

Classes in org.apache.hadoop.hbase.regionserver that implement KeyValueScanner
 class KeyValueHeap
          Implements a heap merge across any number of KeyValueScanners.
protected  class MemStore.MemStoreScanner
           
 class MinorCompactingStoreScanner
          A scanner that does a minor compaction at the same time.
 

Methods in org.apache.hadoop.hbase.regionserver that return KeyValueScanner
protected  KeyValueScanner Store.getScanner(Scan scan, NavigableSet<byte[]> targetCols)
          Return a scanner for both the memstore and the HStore files
 

Methods in org.apache.hadoop.hbase.regionserver that return types with arguments of type KeyValueScanner
 PriorityQueue<KeyValueScanner> KeyValueHeap.getHeap()
           
 

Method parameters in org.apache.hadoop.hbase.regionserver with type arguments of type KeyValueScanner
protected  InternalScanner HRegion.getScanner(Scan scan, List<KeyValueScanner> additionalScanners)
           
protected  InternalScanner HRegion.instantiateInternalScanner(Scan scan, List<KeyValueScanner> additionalScanners)
           
 

Constructors in org.apache.hadoop.hbase.regionserver with parameters of type KeyValueScanner
KeyValueHeap(KeyValueScanner[] scanners, KeyValue.KVComparator comparator)
          Constructor.
 



Copyright © 2010 The Apache Software Foundation