Package org.apache.hadoop.hbase.client
Class AsyncAdminRequestRetryingCaller<T>
java.lang.Object
org.apache.hadoop.hbase.client.AsyncRpcRetryingCaller<T>
org.apache.hadoop.hbase.client.AsyncAdminRequestRetryingCaller<T>
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate final AsyncAdminRequestRetryingCaller.Callable<T>
private ServerName
Fields inherited from class org.apache.hadoop.hbase.client.AsyncRpcRetryingCaller
conn, controller, future, operationTimeoutNs
-
Constructor Summary
ConstructorDescriptionAsyncAdminRequestRetryingCaller
(org.apache.hbase.thirdparty.io.netty.util.Timer retryTimer, AsyncConnectionImpl conn, int priority, long pauseNs, long pauseNsForServerOverloaded, int maxAttempts, long operationTimeoutNs, long rpcTimeoutNs, int startLogErrorsCnt, ServerName serverName, AsyncAdminRequestRetryingCaller.Callable<T> callable) -
Method Summary
Methods inherited from class org.apache.hadoop.hbase.client.AsyncRpcRetryingCaller
call, completeExceptionally, getTableName, onError, preProcessError, remainingTimeNs, resetCallTimeout
-
Field Details
-
callable
-
serverName
-
-
Constructor Details
-
AsyncAdminRequestRetryingCaller
public AsyncAdminRequestRetryingCaller(org.apache.hbase.thirdparty.io.netty.util.Timer retryTimer, AsyncConnectionImpl conn, int priority, long pauseNs, long pauseNsForServerOverloaded, int maxAttempts, long operationTimeoutNs, long rpcTimeoutNs, int startLogErrorsCnt, ServerName serverName, AsyncAdminRequestRetryingCaller.Callable<T> callable)
-
-
Method Details
-
doCall
- Specified by:
doCall
in classAsyncRpcRetryingCaller<T>
-