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

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

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

Classes in org.apache.hadoop.hbase.client that implement ResultScanner
 class org.apache.hadoop.hbase.client.AbstractClientScanner
          Helper class for custom client scanners.
 class ClientScanner
          Implements the scanner interface for the HBase client.
 class ClientSmallReversedScanner
          Client scanner for small reversed scan.
 class ClientSmallScanner
          Client scanner for small scan.
 class ReversedClientScanner
          A reversed client scanner which support backward scanning
 class TableSnapshotScanner
          A Scanner which performs a scan over snapshot files.
 

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

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

Methods in org.apache.hadoop.hbase.rest.client that return ResultScanner
 ResultScanner RemoteHTable.getScanner(byte[] family)
           
 ResultScanner RemoteHTable.getScanner(byte[] family, byte[] qualifier)
           
 ResultScanner RemoteHTable.getScanner(Scan scan)
           
 



Copyright © 2015 The Apache Software Foundation. All rights reserved.