Uses of Interface
org.apache.hadoop.hbase.HInternalScannerInterface

Packages that use HInternalScannerInterface
org.apache.hadoop.hbase Provides HBase, the Hadoop simple database. 
 

Uses of HInternalScannerInterface in org.apache.hadoop.hbase
 

Classes in org.apache.hadoop.hbase that implement HInternalScannerInterface
 class HAbstractScanner
          Abstract base class that implements the HScannerInterface.
 

Methods in org.apache.hadoop.hbase that return HInternalScannerInterface
 HInternalScannerInterface HRegion.getScanner(Text[] cols, Text 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 © 2006 The Apache Software Foundation