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