@InterfaceAudience.Private public class AsyncServerRequestRpcRetryingCaller<T> extends AsyncRpcRetryingCaller<T>
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | AsyncServerRequestRpcRetryingCaller.Callable<T> | 
| Modifier and Type | Field and Description | 
|---|---|
| private AsyncServerRequestRpcRetryingCaller.Callable<T> | callable | 
| private ServerName | serverName | 
conn, controller, future, operationTimeoutNs| Constructor and Description | 
|---|
| AsyncServerRequestRpcRetryingCaller(org.apache.hbase.thirdparty.io.netty.util.Timer retryTimer,
                                   AsyncConnectionImpl conn,
                                   long pauseNs,
                                   long pauseForCQTBENs,
                                   int maxAttempts,
                                   long operationTimeoutNs,
                                   long rpcTimeoutNs,
                                   int startLogErrorsCnt,
                                   ServerName serverName,
                                   AsyncServerRequestRpcRetryingCaller.Callable<T> callable) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | doCall() | 
call, completeExceptionally, getTableName, onError, remainingTimeNs, resetCallTimeoutprivate final AsyncServerRequestRpcRetryingCaller.Callable<T> callable
private ServerName serverName
public AsyncServerRequestRpcRetryingCaller(org.apache.hbase.thirdparty.io.netty.util.Timer retryTimer, AsyncConnectionImpl conn, long pauseNs, long pauseForCQTBENs, int maxAttempts, long operationTimeoutNs, long rpcTimeoutNs, int startLogErrorsCnt, ServerName serverName, AsyncServerRequestRpcRetryingCaller.Callable<T> callable)
protected void doCall()
doCall in class AsyncRpcRetryingCaller<T>Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.