Uses of Interface
org.apache.hadoop.hbase.client.AsyncServerRequestRpcRetryingCaller.Callable
-
Uses of AsyncServerRequestRpcRetryingCaller.Callable in org.apache.hadoop.hbase.client
Modifier and TypeFieldDescriptionAsyncRpcRetryingCallerFactory.ServerRequestCallerBuilder.callable
private final AsyncServerRequestRpcRetryingCaller.Callable<T>
AsyncServerRequestRpcRetryingCaller.callable
Modifier and TypeMethodDescriptionAsyncRpcRetryingCallerFactory.ServerRequestCallerBuilder.action
(AsyncServerRequestRpcRetryingCaller.Callable<T> callable) ModifierConstructorDescriptionAsyncServerRequestRpcRetryingCaller
(org.apache.hbase.thirdparty.io.netty.util.Timer retryTimer, AsyncConnectionImpl conn, long pauseNs, long pauseNsForServerOverloaded, int maxAttempts, long operationTimeoutNs, long rpcTimeoutNs, int startLogErrorsCnt, ServerName serverName, AsyncServerRequestRpcRetryingCaller.Callable<T> callable)