Uses of Interface
org.apache.hadoop.hbase.client.AsyncServerRequestRpcRetryingCaller.Callable
Packages that use AsyncServerRequestRpcRetryingCaller.Callable
-
Uses of AsyncServerRequestRpcRetryingCaller.Callable in org.apache.hadoop.hbase.client
Fields in org.apache.hadoop.hbase.client declared as AsyncServerRequestRpcRetryingCaller.CallableModifier and TypeFieldDescriptionAsyncRpcRetryingCallerFactory.ServerRequestCallerBuilder.callable
private final AsyncServerRequestRpcRetryingCaller.Callable<T>
AsyncServerRequestRpcRetryingCaller.callable
Methods in org.apache.hadoop.hbase.client with parameters of type AsyncServerRequestRpcRetryingCaller.CallableModifier and TypeMethodDescriptionAsyncRpcRetryingCallerFactory.ServerRequestCallerBuilder.action
(AsyncServerRequestRpcRetryingCaller.Callable<T> callable) Constructors in org.apache.hadoop.hbase.client with parameters of type AsyncServerRequestRpcRetryingCaller.CallableModifierConstructorDescriptionAsyncServerRequestRpcRetryingCaller
(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)