@InterfaceAudience.Private public class AsyncMasterRequestRpcRetryingCaller<T> extends AsyncRpcRetryingCaller<T>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AsyncMasterRequestRpcRetryingCaller.Callable<T> |
conn, controller, future, operationTimeoutNs| Constructor and Description |
|---|
AsyncMasterRequestRpcRetryingCaller(org.apache.hbase.thirdparty.io.netty.util.HashedWheelTimer retryTimer,
org.apache.hadoop.hbase.client.AsyncConnectionImpl conn,
AsyncMasterRequestRpcRetryingCaller.Callable<T> callable,
long pauseNs,
int maxRetries,
long operationTimeoutNs,
long rpcTimeoutNs,
int startLogErrorsCnt) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<T> |
call() |
protected void |
doCall() |
completeExceptionally, onError, remainingTimeNs, resetCallTimeoutpublic AsyncMasterRequestRpcRetryingCaller(org.apache.hbase.thirdparty.io.netty.util.HashedWheelTimer retryTimer,
org.apache.hadoop.hbase.client.AsyncConnectionImpl conn,
AsyncMasterRequestRpcRetryingCaller.Callable<T> callable,
long pauseNs,
int maxRetries,
long operationTimeoutNs,
long rpcTimeoutNs,
int startLogErrorsCnt)
protected void doCall()
doCall in class AsyncRpcRetryingCaller<T>public CompletableFuture<T> call()
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.