| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | Provides HBase Client | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractClientScannerHelper class for custom client scanners. | 
| class  | ClientScannerImplements the scanner interface for the HBase client. | 
| class  | ClientSmallScannerClient scanner for small scan. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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  Scanobject. | 
| ResultScanner | HTable. getScanner(Scan scan)Returns a scanner on the current table as specified by the  Scanobject. | 
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.