Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Method and Description |
---|---|
ConnectionConfiguration |
ConnectionImplementation.getConnectionConfiguration() |
ConnectionConfiguration |
ClusterConnection.getConnectionConfiguration()
Returns a ConnectionConfiguration object holding parsed configuration values
|
Modifier and Type | Method and Description |
---|---|
static RpcRetryingCallerFactory |
RpcRetryingCallerFactory.instantiate(org.apache.hadoop.conf.Configuration configuration,
ConnectionConfiguration connectionConf,
MetricsConnection metrics) |
static RpcRetryingCallerFactory |
RpcRetryingCallerFactory.instantiate(org.apache.hadoop.conf.Configuration configuration,
ConnectionConfiguration connectionConf,
org.apache.hadoop.hbase.client.RetryingCallerInterceptor interceptor,
ServerStatisticTracker stats,
MetricsConnection metrics) |
static RpcRetryingCallerFactory |
RpcRetryingCallerFactory.instantiate(org.apache.hadoop.conf.Configuration configuration,
ConnectionConfiguration connectionConf,
ServerStatisticTracker stats,
MetricsConnection metrics) |
Constructor and Description |
---|
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. |
RpcRetryingCallerFactory(org.apache.hadoop.conf.Configuration conf,
ConnectionConfiguration connectionConf) |
RpcRetryingCallerFactory(org.apache.hadoop.conf.Configuration conf,
ConnectionConfiguration connectionConf,
org.apache.hadoop.hbase.client.RetryingCallerInterceptor interceptor,
MetricsConnection metrics) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.