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

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

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

Classes in org.apache.hadoop.hbase.regionserver that implement KeyValueScanner
 class AbstractKeyValueScanner
           
 class KeyValueHeap
          Implements a heap merge across any number of KeyValueScanners.
protected  class MemStore.MemStoreScanner
           
 

Methods in org.apache.hadoop.hbase.regionserver that return types with arguments of type KeyValueScanner
 PriorityQueue<KeyValueScanner> KeyValueHeap.getHeap()
           
protected  List<KeyValueScanner> Store.getScanners(boolean cacheBlocks, boolean isGet, boolean isCompaction)
           
 

Methods in org.apache.hadoop.hbase.regionserver with parameters of type KeyValueScanner
abstract  boolean KeyValueHeap.SeekType.seek(KeyValueScanner scanner, KeyValue kv, boolean forward)
           
 

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

Constructor parameters in org.apache.hadoop.hbase.regionserver with type arguments of type KeyValueScanner
KeyValueHeap(List<? extends KeyValueScanner> scanners, KeyValue.KVComparator comparator)
          Constructor.
 

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

Classes in org.apache.hadoop.hbase.util that implement KeyValueScanner
 class CollectionBackedScanner
          Utility scanner that wraps a sortable collection and serves as a KeyValueScanner.
 



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