-
Returns a ConnectionConfiguration object holding parsed configuration values
ClientAsyncPrefetchScanner(org.apache.hadoop.conf.Configuration configuration,
Scan scan,
Scan scanForMetrics,
TableName name,
ClusterConnection connection,
RpcRetryingCallerFactory rpcCallerFactory,
RpcControllerFactory rpcControllerFactory,
ExecutorService pool,
int scanReadRpcTimeout,
int scannerTimeout,
int replicaCallTimeoutMicroSecondScan,
ConnectionConfiguration connectionConfiguration,
Map<String,byte[]> requestAttributes)
ClientScanner(org.apache.hadoop.conf.Configuration conf,
Scan scan,
Scan scanForMetrics,
TableName tableName,
ClusterConnection connection,
RpcRetryingCallerFactory rpcFactory,
RpcControllerFactory controllerFactory,
ExecutorService pool,
int scanReadRpcTimeout,
int scannerTimeout,
int primaryOperationTimeout,
ConnectionConfiguration connectionConfiguration,
Map<String,byte[]> requestAttributes)
Create a new ClientScanner for the specified table Note that the passed
Scan
's start
row maybe changed changed.
ClientSimpleScanner(org.apache.hadoop.conf.Configuration configuration,
Scan scan,
Scan scanForMetrics,
TableName name,
ClusterConnection connection,
RpcRetryingCallerFactory rpcCallerFactory,
RpcControllerFactory rpcControllerFactory,
ExecutorService pool,
int scanReadRpcTimeout,
int scannerTimeout,
int replicaCallTimeoutMicroSecondScan,
ConnectionConfiguration connectionConfiguration,
Map<String,byte[]> requestAttributes)
ReversedClientScanner(org.apache.hadoop.conf.Configuration conf,
Scan scan,
Scan scanForMetrics,
TableName tableName,
ClusterConnection connection,
RpcRetryingCallerFactory rpcFactory,
RpcControllerFactory controllerFactory,
ExecutorService pool,
int scanReadRpcTimeout,
int scannerTimeout,
int primaryOperationTimeout,
ConnectionConfiguration connectionConfiguration,
Map<String,byte[]> requestAttributes)
Create a new ReversibleClientScanner for the specified table Note that the passed
Scan
's start row maybe changed.
(package private)