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

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

Uses of HScannerInterface in org.apache.hadoop.hbase
 

Subinterfaces of HScannerInterface in org.apache.hadoop.hbase
 interface HInternalScannerInterface
          Internally, we need to be able to determine if the scanner is doing wildcard column matches (when only a column family is specified or if a column regex is specified) or if multiple members of the same column family were specified.
 

Classes in org.apache.hadoop.hbase that implement HScannerInterface
 class HAbstractScanner
          Abstract base class that implements the HScannerInterface.
protected  class HTable.ClientScanner
          Implements the scanner interface for the HBase client.
 

Methods in org.apache.hadoop.hbase that return HScannerInterface
 HScannerInterface HTable.obtainScanner(Text[] columns, Text startRow)
          Get a scanner on the current table starting at the specified row.
 HScannerInterface HTable.obtainScanner(Text[] columns, Text startRow, long timestamp)
          Get a scanner on the current table starting at the specified row.
 HScannerInterface HTable.obtainScanner(Text[] columns, Text startRow, long timestamp, RowFilterInterface filter)
          Get a scanner on the current table starting at the specified row.
 HScannerInterface HTable.obtainScanner(Text[] columns, Text startRow, RowFilterInterface filter)
          Get a scanner on the current table starting at the specified row.
 



Copyright © 2006 The Apache Software Foundation