@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.Timer retryTimer,
org.apache.hadoop.hbase.client.AsyncConnectionImpl conn,
AsyncMasterRequestRpcRetryingCaller.Callable<T> callable,
int priority,
long pauseNs,
long pauseForCQTBENs,
int maxRetries,
long operationTimeoutNs,
long rpcTimeoutNs,
int startLogErrorsCnt) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
doCall() |
completeExceptionally, getTableName, onError, remainingTimeNs, resetCallTimeout
public AsyncMasterRequestRpcRetryingCaller(org.apache.hbase.thirdparty.io.netty.util.Timer retryTimer, org.apache.hadoop.hbase.client.AsyncConnectionImpl conn, AsyncMasterRequestRpcRetryingCaller.Callable<T> callable, int priority, long pauseNs, long pauseForCQTBENs, int maxRetries, long operationTimeoutNs, long rpcTimeoutNs, int startLogErrorsCnt)
protected void doCall()
doCall
在类中 AsyncRpcRetryingCaller<T>
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.