@InterfaceAudience.Private public class AsyncServerRequestRpcRetryingCaller<T> extends AsyncRpcRetryingCaller<T>
| 限定符和类型 | 类和说明 |
|---|---|
static interface |
AsyncServerRequestRpcRetryingCaller.Callable<T> |
conn, controller, future, operationTimeoutNs| 构造器和说明 |
|---|
AsyncServerRequestRpcRetryingCaller(org.apache.hbase.thirdparty.io.netty.util.HashedWheelTimer retryTimer,
org.apache.hadoop.hbase.client.AsyncConnectionImpl conn,
long pauseNs,
int maxAttempts,
long operationTimeoutNs,
long rpcTimeoutNs,
int startLogErrorsCnt,
ServerName serverName,
AsyncServerRequestRpcRetryingCaller.Callable<T> callable) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
doCall() |
completeExceptionally, onError, remainingTimeNs, resetCallTimeoutpublic AsyncServerRequestRpcRetryingCaller(org.apache.hbase.thirdparty.io.netty.util.HashedWheelTimer retryTimer,
org.apache.hadoop.hbase.client.AsyncConnectionImpl conn,
long pauseNs,
int maxAttempts,
long operationTimeoutNs,
long rpcTimeoutNs,
int startLogErrorsCnt,
ServerName serverName,
AsyncServerRequestRpcRetryingCaller.Callable<T> callable)
protected void doCall()
doCall 在类中 AsyncRpcRetryingCaller<T>Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.