org.apache.hadoop.hbase.client.ConnectionConfiguration
ClusterConnection.getConnectionConfiguration()
Returns a ConnectionConfiguration object holding parsed configuration values
org.apache.hadoop.hbase.client.ConnectionConfiguration
ConnectionImplementation.getConnectionConfiguration()
static org.apache.hadoop.hbase.client.RpcRetryingCallerFactory
RpcRetryingCallerFactory.instantiate(org.apache.hadoop.conf.Configuration configuration,
org.apache.hadoop.hbase.client.ConnectionConfiguration connectionConf,
org.apache.hadoop.hbase.client.MetricsConnection metrics)
static org.apache.hadoop.hbase.client.RpcRetryingCallerFactory
RpcRetryingCallerFactory.instantiate(org.apache.hadoop.conf.Configuration configuration,
org.apache.hadoop.hbase.client.ConnectionConfiguration connectionConf,
org.apache.hadoop.hbase.client.RetryingCallerInterceptor interceptor,
org.apache.hadoop.hbase.client.ServerStatisticTracker stats,
org.apache.hadoop.hbase.client.MetricsConnection metrics)
static org.apache.hadoop.hbase.client.RpcRetryingCallerFactory
RpcRetryingCallerFactory.instantiate(org.apache.hadoop.conf.Configuration configuration,
org.apache.hadoop.hbase.client.ConnectionConfiguration connectionConf,
org.apache.hadoop.hbase.client.ServerStatisticTracker stats,
org.apache.hadoop.hbase.client.MetricsConnection metrics)
ClientAsyncPrefetchScanner(org.apache.hadoop.conf.Configuration configuration,
org.apache.hadoop.hbase.client.Scan scan,
org.apache.hadoop.hbase.client.Scan scanForMetrics,
org.apache.hadoop.hbase.TableName name,
org.apache.hadoop.hbase.client.ClusterConnection connection,
org.apache.hadoop.hbase.client.RpcRetryingCallerFactory rpcCallerFactory,
org.apache.hadoop.hbase.ipc.RpcControllerFactory rpcControllerFactory,
ExecutorService pool,
int scanReadRpcTimeout,
int scannerTimeout,
int replicaCallTimeoutMicroSecondScan,
org.apache.hadoop.hbase.client.ConnectionConfiguration connectionConfiguration,
Map<String,byte[]> requestAttributes)
ClientScanner(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.hbase.client.Scan scan,
org.apache.hadoop.hbase.client.Scan scanForMetrics,
org.apache.hadoop.hbase.TableName tableName,
org.apache.hadoop.hbase.client.ClusterConnection connection,
org.apache.hadoop.hbase.client.RpcRetryingCallerFactory rpcFactory,
org.apache.hadoop.hbase.ipc.RpcControllerFactory controllerFactory,
ExecutorService pool,
int scanReadRpcTimeout,
int scannerTimeout,
int primaryOperationTimeout,
org.apache.hadoop.hbase.client.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,
org.apache.hadoop.hbase.client.Scan scan,
org.apache.hadoop.hbase.client.Scan scanForMetrics,
org.apache.hadoop.hbase.TableName name,
org.apache.hadoop.hbase.client.ClusterConnection connection,
org.apache.hadoop.hbase.client.RpcRetryingCallerFactory rpcCallerFactory,
org.apache.hadoop.hbase.ipc.RpcControllerFactory rpcControllerFactory,
ExecutorService pool,
int scanReadRpcTimeout,
int scannerTimeout,
int replicaCallTimeoutMicroSecondScan,
org.apache.hadoop.hbase.client.ConnectionConfiguration connectionConfiguration,
Map<String,byte[]> requestAttributes)
ReversedClientScanner(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.hbase.client.Scan scan,
org.apache.hadoop.hbase.client.Scan scanForMetrics,
org.apache.hadoop.hbase.TableName tableName,
org.apache.hadoop.hbase.client.ClusterConnection connection,
org.apache.hadoop.hbase.client.RpcRetryingCallerFactory rpcFactory,
org.apache.hadoop.hbase.ipc.RpcControllerFactory controllerFactory,
ExecutorService pool,
int scanReadRpcTimeout,
int scannerTimeout,
int primaryOperationTimeout,
org.apache.hadoop.hbase.client.ConnectionConfiguration connectionConfiguration,
Map<String,byte[]> requestAttributes)
Create a new ReversibleClientScanner for the specified table Note that the passed
Scan
's start row maybe changed.
RpcRetryingCallerFactory(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.hbase.client.ConnectionConfiguration connectionConf)
RpcRetryingCallerFactory(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.hbase.client.ConnectionConfiguration connectionConf,
org.apache.hadoop.hbase.client.RetryingCallerInterceptor interceptor,
org.apache.hadoop.hbase.client.MetricsConnection metrics)