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
 

Methods in org.apache.hadoop.hbase that return HScannerInterface
 HScannerInterface HClient.obtainScanner(Text[] columns, Text startRow)
          Get a scanner on the current table starting at the specified row.
 HScannerInterface HClient.obtainScanner(Text[] columns, Text startRow, long timestamp)
          Get a scanner on the current table starting at the specified row.
 HScannerInterface HClient.obtainScanner(Text[] columns, Text startRow, long timestamp, RowFilterInterface filter)
          Get a scanner on the current table starting at the specified row.
 HScannerInterface HClient.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