@InterfaceAudience.Public @InterfaceStability.Evolving public class ClientSmallScanner extends ClientScanner
ClientScannercache, caching, caller, closed, currentRegion, lastNext, lastResult, maxScannerResultSize, scan, scanMetrics, scanMetricsPublished| Constructor and Description | 
|---|
| ClientSmallScanner(org.apache.hadoop.conf.Configuration conf,
                  Scan scan,
                  TableName tableName)Create a new ClientSmallScanner for the specified table. | 
| ClientSmallScanner(org.apache.hadoop.conf.Configuration conf,
                  Scan scan,
                  TableName tableName,
                  HConnection connection)Create a new ClientSmallScanner for the specified table. | 
| ClientSmallScanner(org.apache.hadoop.conf.Configuration conf,
                  Scan scan,
                  TableName tableName,
                  HConnection connection,
                  RpcRetryingCallerFactory rpcFactory)Create a new ShortClientScanner for the specified table Note that the
 passed  Scan's start row maybe changed changed. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | close()Closes the scanner and releases any resources it has allocated | 
| protected void | initializeScannerInConstruction() | 
| Result | next()Grab the next row's worth of values. | 
checkScanStopRow, getConnection, getScan, getScannerCallable, getTable, getTableName, getTimestamp, next, writeScanMetricsiteratorpublic ClientSmallScanner(org.apache.hadoop.conf.Configuration conf,
                  Scan scan,
                  TableName tableName)
                   throws IOException
Scan 's start row maybe changed.conf - The Configuration to use.scan - Scan to use in this scannertableName - The table that we wish to rangeGetIOExceptionpublic ClientSmallScanner(org.apache.hadoop.conf.Configuration conf,
                  Scan scan,
                  TableName tableName,
                  HConnection connection)
                   throws IOException
Scan 's start row maybe changed.conf - scan - tableName - connection - IOExceptionpublic ClientSmallScanner(org.apache.hadoop.conf.Configuration conf,
                  Scan scan,
                  TableName tableName,
                  HConnection connection,
                  RpcRetryingCallerFactory rpcFactory)
                   throws IOException
Scan's start row maybe changed changed.conf - The Configuration to use.scan - Scan to use in this scannertableName - The table that we wish to rangeGetconnection - Connection identifying the clusterrpcFactory - IOExceptionprotected void initializeScannerInConstruction()
                                        throws IOException
initializeScannerInConstruction in class ClientScannerIOExceptionpublic Result next() throws IOException
ResultScannernext in interface ResultScannernext in class ClientScannerIOException - epublic void close()
ResultScannerclose in interface Closeableclose in interface AutoCloseableclose in interface ResultScannerclose in class ClientScannerCopyright © 2013 The Apache Software Foundation. All Rights Reserved.