Class RetryingCallerInterceptorContext

java.lang.Object
org.apache.hadoop.hbase.client.RetryingCallerInterceptorContext
Direct Known Subclasses:
FastFailInterceptorContext, NoOpRetryingInterceptorContext

@Private abstract class RetryingCallerInterceptorContext extends Object
The context object used in the RpcRetryingCaller to enable RetryingCallerInterceptor to intercept calls. RetryingCallerInterceptorContext is the piece of information unique to a retrying call that transfers information from the call into the RetryingCallerInterceptor so that RetryingCallerInterceptor can take appropriate action according to the specific logic