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

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

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

Classes in org.apache.hadoop.hbase.regionserver that implement InternalScanner
 class HAbstractScanner
          Abstract base class that implements the InternalScanner.
 

Methods in org.apache.hadoop.hbase.regionserver that return InternalScanner
 InternalScanner HRegion.getScanner(byte[][] cols, byte[] firstRow, long timestamp, RowFilterInterface filter)
          Return an iterator that scans over the HRegion, returning the indicated columns for only the rows that match the data filter.
protected  InternalScanner HStore.getScanner(long timestamp, byte[][] targetCols, byte[] firstRow, RowFilterInterface filter)
          Return a scanner for both the memcache and the HStore files
 

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

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

Methods in org.apache.hadoop.hbase.regionserver.transactional that return InternalScanner
 InternalScanner TransactionalRegion.getScanner(long transactionId, byte[][] cols, byte[] firstRow, long timestamp, RowFilterInterface filter)
          Return an iterator that scans over the HRegion, returning the indicated columns for only the rows that match the data filter.
 



Copyright © 2008 The Apache Software Foundation