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

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

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

Classes in org.apache.hadoop.hbase.regionserver that implement InternalScanner
 class KeyValueHeap
          Implements a heap merge across any number of KeyValueScanners.
 

Methods in org.apache.hadoop.hbase.regionserver that return InternalScanner
 InternalScanner HRegion.getScanner(Scan scan)
          Return an iterator that scans over the HRegion, returning the indicated columns and rows specified by the Scan.
protected  InternalScanner HRegion.getScanner(Scan scan, List<KeyValueScanner> additionalScanners)
           
protected  InternalScanner HRegion.instantiateInternalScanner(Scan scan, List<KeyValueScanner> additionalScanners)
           
 

Methods in org.apache.hadoop.hbase.regionserver with parameters of type InternalScanner
protected  long HRegionServer.addScanner(InternalScanner s)
           
 



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