@InterfaceAudience.Private protected static class ClientSmallScanner.SmallScannerCallableFactory extends Object
Modifier | Constructor and Description |
---|---|
protected |
ClientSmallScanner.SmallScannerCallableFactory() |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.hbase.client.ScannerCallableWithReplicas |
getCallable(ClusterConnection connection,
TableName table,
Scan scan,
ScanMetrics scanMetrics,
byte[] localStartKey,
int cacheNum,
RpcControllerFactory controllerFactory,
ExecutorService pool,
int primaryOperationTimeout,
int retries,
int scannerTimeout,
org.apache.hadoop.conf.Configuration conf,
RpcRetryingCaller<Result[]> caller) |
protected ClientSmallScanner.SmallScannerCallableFactory()
public org.apache.hadoop.hbase.client.ScannerCallableWithReplicas getCallable(ClusterConnection connection, TableName table, Scan scan, ScanMetrics scanMetrics, byte[] localStartKey, int cacheNum, RpcControllerFactory controllerFactory, ExecutorService pool, int primaryOperationTimeout, int retries, int scannerTimeout, org.apache.hadoop.conf.Configuration conf, RpcRetryingCaller<Result[]> caller)
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.