@InterfaceAudience.Private public class AsyncMasterRequestRpcRetryingCaller<T> extends AsyncRpcRetryingCaller<T>
限定符和类型 | 类和说明 |
---|---|
static interface |
AsyncMasterRequestRpcRetryingCaller.Callable<T> |
conn, controller, future, operationTimeoutNs
构造器和说明 |
---|
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) |
限定符和类型 | 方法和说明 |
---|---|
CompletableFuture<T> |
call() |
protected void |
doCall() |
completeExceptionally, onError, remainingTimeNs, resetCallTimeout
public 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
在类中 AsyncRpcRetryingCaller<T>
public CompletableFuture<T> call()
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.