@InterfaceAudience.Private public class AsyncAdminRequestRetryingCaller<T> extends AsyncRpcRetryingCaller<T>
Modifier and Type | Class and Description |
---|---|
static interface |
AsyncAdminRequestRetryingCaller.Callable<T> |
conn, controller, future, operationTimeoutNs
Constructor and Description |
---|
AsyncAdminRequestRetryingCaller(org.apache.hbase.thirdparty.io.netty.util.Timer retryTimer,
org.apache.hadoop.hbase.client.AsyncConnectionImpl conn,
long pauseNs,
int maxAttempts,
long operationTimeoutNs,
long rpcTimeoutNs,
int startLogErrorsCnt,
ServerName serverName,
AsyncAdminRequestRetryingCaller.Callable<T> callable) |
Modifier and Type | Method and Description |
---|---|
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, long pauseNs, int maxAttempts, long operationTimeoutNs, long rpcTimeoutNs, int startLogErrorsCnt, ServerName serverName, AsyncAdminRequestRetryingCaller.Callable<T> callable)
protected void doCall()
doCall
in class AsyncRpcRetryingCaller<T>
Copyright © 2007–2019 Cloudera. All rights reserved.