| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | Provides HBase Client | 
| Modifier and Type | Class and Description | 
|---|---|
| (package private) class  | NoOpRetryableCallerInterceptorClass that acts as a NoOpInterceptor. | 
| (package private) class  | PreemptiveFastFailInterceptorThe concrete  RetryingCallerInterceptorclass that implements the preemptive fast fail
 feature. | 
| Modifier and Type | Field and Description | 
|---|---|
| private RetryingCallerInterceptor | RpcRetryingCallerImpl. interceptor | 
| private RetryingCallerInterceptor | ConnectionImplementation. interceptor | 
| private RetryingCallerInterceptor | RpcRetryingCallerFactory. interceptor | 
| static RetryingCallerInterceptor | RetryingCallerInterceptorFactory. NO_OP_INTERCEPTOR | 
| Modifier and Type | Method and Description | 
|---|---|
| RetryingCallerInterceptor | RetryingCallerInterceptorFactory. build()This builds the implementation of  RetryingCallerInterceptorthat we
 specify in the conf and returns the same. | 
| Modifier and Type | Method and Description | 
|---|---|
| static RpcRetryingCallerFactory | RpcRetryingCallerFactory. instantiate(org.apache.hadoop.conf.Configuration configuration,
           RetryingCallerInterceptor interceptor,
           ServerStatisticTracker stats) | 
| Constructor and Description | 
|---|
| RpcRetryingCallerFactory(org.apache.hadoop.conf.Configuration conf,
                        RetryingCallerInterceptor interceptor) | 
| RpcRetryingCallerImpl(long pause,
                     long pauseForCQTBE,
                     int retries,
                     RetryingCallerInterceptor interceptor,
                     int startLogErrorsCnt,
                     int rpcTimeout) | 
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.