Uses of Class
org.apache.hadoop.hbase.client.RetryingCallerInterceptor
Packages that use RetryingCallerInterceptor
-
Uses of RetryingCallerInterceptor in org.apache.hadoop.hbase.client
Subclasses of RetryingCallerInterceptor in org.apache.hadoop.hbase.clientModifier and TypeClassDescription(package private) class
Class that acts as a NoOpInterceptor.(package private) class
The concreteRetryingCallerInterceptor
class that implements the preemptive fast fail feature.Fields in org.apache.hadoop.hbase.client declared as RetryingCallerInterceptorModifier and TypeFieldDescriptionprivate final RetryingCallerInterceptor
ConnectionImplementation.interceptor
private final RetryingCallerInterceptor
RpcRetryingCallerFactory.interceptor
private final RetryingCallerInterceptor
RpcRetryingCallerImpl.interceptor
static final RetryingCallerInterceptor
RetryingCallerInterceptorFactory.NO_OP_INTERCEPTOR
Methods in org.apache.hadoop.hbase.client that return RetryingCallerInterceptorModifier and TypeMethodDescriptionRetryingCallerInterceptorFactory.build()
This builds the implementation ofRetryingCallerInterceptor
that we specify in the conf and returns the same.Methods in org.apache.hadoop.hbase.client with parameters of type RetryingCallerInterceptorModifier and TypeMethodDescriptionstatic RpcRetryingCallerFactory
RpcRetryingCallerFactory.instantiate
(org.apache.hadoop.conf.Configuration configuration, ConnectionConfiguration connectionConf, RetryingCallerInterceptor interceptor, ServerStatisticTracker stats, MetricsConnection metrics) Constructors in org.apache.hadoop.hbase.client with parameters of type RetryingCallerInterceptorModifierConstructorDescriptionRpcRetryingCallerFactory
(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)