| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | 
 Provides HBase Client 
 | 
| org.apache.hadoop.hbase.regionserver.handler | 
| Modifier and Type | Method and Description | 
|---|---|
RpcRetryingCallerFactory | 
ClusterConnection.getNewRpcRetryingCallerFactory(org.apache.hadoop.conf.Configuration conf)
Returns a new RpcRetryingCallerFactory from the given  
Configuration. | 
RpcRetryingCallerFactory | 
ClusterConnection.getRpcRetryingCallerFactory()  | 
static RpcRetryingCallerFactory | 
RpcRetryingCallerFactory.instantiate(org.apache.hadoop.conf.Configuration configuration)  | 
static RpcRetryingCallerFactory | 
RpcRetryingCallerFactory.instantiate(org.apache.hadoop.conf.Configuration configuration,
           org.apache.hadoop.hbase.client.RetryingCallerInterceptor interceptor,
           ServerStatisticTracker stats)  | 
static RpcRetryingCallerFactory | 
RpcRetryingCallerFactory.instantiate(org.apache.hadoop.conf.Configuration configuration,
           ServerStatisticTracker stats)  | 
| Constructor and Description | 
|---|
ClientScanner(org.apache.hadoop.conf.Configuration conf,
             Scan scan,
             TableName tableName,
             ClusterConnection connection,
             RpcRetryingCallerFactory rpcFactory,
             RpcControllerFactory controllerFactory,
             ExecutorService pool,
             int primaryOperationTimeout)
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,
                   TableName name,
                   ClusterConnection connection,
                   RpcRetryingCallerFactory rpcCallerFactory,
                   RpcControllerFactory rpcControllerFactory,
                   ExecutorService pool,
                   int replicaCallTimeoutMicroSecondScan)  | 
HTable(TableName tableName,
      ClusterConnection connection,
      ConnectionConfiguration tableConfig,
      RpcRetryingCallerFactory rpcCallerFactory,
      RpcControllerFactory rpcControllerFactory,
      ExecutorService pool)
Creates an object to access a HBase table. 
 | 
ResultBoundedCompletionService(RpcRetryingCallerFactory retryingCallerFactory,
                              Executor executor,
                              int maxTasks)  | 
ReversedClientScanner(org.apache.hadoop.conf.Configuration conf,
                     Scan scan,
                     TableName tableName,
                     ClusterConnection connection,
                     RpcRetryingCallerFactory rpcFactory,
                     RpcControllerFactory controllerFactory,
                     ExecutorService pool,
                     int primaryOperationTimeout)
Create a new ReversibleClientScanner for the specified table Note that the passed
  
Scan's start row maybe changed. | 
| Constructor and Description | 
|---|
RegionReplicaFlushHandler(Server server,
                         ClusterConnection connection,
                         RpcRetryingCallerFactory rpcRetryingCallerFactory,
                         RpcControllerFactory rpcControllerFactory,
                         int operationTimeout,
                         HRegion region)  | 
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.