Uses of Interface
org.apache.hadoop.hbase.client.AsyncAdminRequestRetryingCaller.Callable
-
Uses of AsyncAdminRequestRetryingCaller.Callable in org.apache.hadoop.hbase.client
Modifier and TypeFieldDescriptionprivate final AsyncAdminRequestRetryingCaller.Callable<T>
AsyncAdminRequestRetryingCaller.callable
AsyncRpcRetryingCallerFactory.AdminRequestCallerBuilder.callable
Modifier and TypeMethodDescriptionAsyncRpcRetryingCallerFactory.AdminRequestCallerBuilder.action
(AsyncAdminRequestRetryingCaller.Callable<T> callable) ModifierConstructorDescriptionAsyncAdminRequestRetryingCaller
(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)