Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
NoOpRetryableCallerInterceptor
Class that acts as a NoOpInterceptor.
|
(package private) class |
PreemptiveFastFailInterceptor
The concrete
RetryingCallerInterceptor class 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
RetryingCallerInterceptor that 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–2020 The Apache Software Foundation. All rights reserved.