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) classClass that acts as a NoOpInterceptor.(package private) classThe concreteRetryingCallerInterceptorclass that implements the preemptive fast fail feature.Fields in org.apache.hadoop.hbase.client declared as RetryingCallerInterceptorModifier and TypeFieldDescriptionprivate final RetryingCallerInterceptorConnectionImplementation.interceptorprivate final RetryingCallerInterceptorRpcRetryingCallerFactory.interceptorprivate final RetryingCallerInterceptorRpcRetryingCallerImpl.interceptorstatic final RetryingCallerInterceptorRetryingCallerInterceptorFactory.NO_OP_INTERCEPTORMethods in org.apache.hadoop.hbase.client that return RetryingCallerInterceptorModifier and TypeMethodDescriptionRetryingCallerInterceptorFactory.build()This builds the implementation ofRetryingCallerInterceptorthat we specify in the conf and returns the same.Methods in org.apache.hadoop.hbase.client with parameters of type RetryingCallerInterceptorModifier and TypeMethodDescriptionstatic RpcRetryingCallerFactoryRpcRetryingCallerFactory.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)