| Package | Description |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| Modifier and Type | Field and Description |
|---|---|
private ClientSmallScanner.SmallScannerCallableFactory |
ClientSmallScanner.callableFactory |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ClientSmallScanner.setScannerCallableFactory(ClientSmallScanner.SmallScannerCallableFactory callableFactory) |
| Constructor and Description |
|---|
ClientSmallScanner(org.apache.hadoop.conf.Configuration conf,
Scan scan,
TableName tableName,
ClusterConnection connection,
RpcRetryingCallerFactory rpcFactory,
RpcControllerFactory controllerFactory,
ExecutorService pool,
int primaryOperationTimeout,
ClientSmallScanner.SmallScannerCallableFactory callableFactory)
Create a new ShortClientScanner for the specified table.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.