Uses of Interface
org.apache.hadoop.hbase.client.ResultScanner

Packages that use ResultScanner
org.apache.hadoop.hbase.client Provides HBase Client 
 

Uses of ResultScanner in org.apache.hadoop.hbase.client
 

Classes in org.apache.hadoop.hbase.client that implement ResultScanner
 class AbstractClientScanner
          Helper class for custom client scanners.
 class ClientScanner
          Implements the scanner interface for the HBase client.
 

Methods in org.apache.hadoop.hbase.client that return ResultScanner
 ResultScanner HTableInterface.getScanner(byte[] family)
          Gets a scanner on the current table for the given family.
 ResultScanner HTable.getScanner(byte[] family)
          Gets a scanner on the current table for the given family.
 ResultScanner HTableInterface.getScanner(byte[] family, byte[] qualifier)
          Gets a scanner on the current table for the given family and qualifier.
 ResultScanner HTable.getScanner(byte[] family, byte[] qualifier)
          Gets a scanner on the current table for the given family and qualifier.
 ResultScanner HTableInterface.getScanner(Scan scan)
          Returns a scanner on the current table as specified by the Scan object.
 ResultScanner HTable.getScanner(Scan scan)
          Returns a scanner on the current table as specified by the Scan object.
 



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