Uses of Class
org.apache.hadoop.hbase.client.RetryingCallerInterceptor
-
Uses of RetryingCallerInterceptor in org.apache.hadoop.hbase.client
Modifier and TypeClassDescription(package private) class
Class that acts as a NoOpInterceptor.(package private) class
The concreteRetryingCallerInterceptor
class that implements the preemptive fast fail feature.Modifier and TypeFieldDescriptionprivate final RetryingCallerInterceptor
ConnectionImplementation.interceptor
private final RetryingCallerInterceptor
RpcRetryingCallerFactory.interceptor
private final RetryingCallerInterceptor
RpcRetryingCallerImpl.interceptor
static final RetryingCallerInterceptor
RetryingCallerInterceptorFactory.NO_OP_INTERCEPTOR
Modifier and TypeMethodDescriptionRetryingCallerInterceptorFactory.build()
This builds the implementation ofRetryingCallerInterceptor
that we specify in the conf and returns the same.Modifier and TypeMethodDescriptionstatic RpcRetryingCallerFactory
RpcRetryingCallerFactory.instantiate
(org.apache.hadoop.conf.Configuration configuration, ConnectionConfiguration connectionConf, RetryingCallerInterceptor interceptor, ServerStatisticTracker stats, MetricsConnection metrics) ModifierConstructorDescriptionRpcRetryingCallerFactory
(org.apache.hadoop.conf.Configuration conf, ConnectionConfiguration connectionConf, RetryingCallerInterceptor interceptor, MetricsConnection metrics) RpcRetryingCallerImpl
(long pause, long pauseForServerOverloaded, int retries, RetryingCallerInterceptor interceptor, int startLogErrorsCnt, int rpcTimeout, MetricsConnection metricsConnection)