Uses of Interface
org.apache.hadoop.hbase.client.AsyncMasterRequestRpcRetryingCaller.Callable
-
Uses of AsyncMasterRequestRpcRetryingCaller.Callable in org.apache.hadoop.hbase.client
Modifier and TypeFieldDescriptionprivate final AsyncMasterRequestRpcRetryingCaller.Callable<T>
AsyncMasterRequestRpcRetryingCaller.callable
AsyncRpcRetryingCallerFactory.MasterRequestCallerBuilder.callable
Modifier and TypeMethodDescriptionAsyncRpcRetryingCallerFactory.MasterRequestCallerBuilder.action
(AsyncMasterRequestRpcRetryingCaller.Callable<T> callable) ModifierConstructorDescriptionAsyncMasterRequestRpcRetryingCaller
(org.apache.hbase.thirdparty.io.netty.util.Timer retryTimer, AsyncConnectionImpl conn, AsyncMasterRequestRpcRetryingCaller.Callable<T> callable, int priority, long pauseNs, long pauseNsForServerOverloaded, int maxRetries, long operationTimeoutNs, long rpcTimeoutNs, int startLogErrorsCnt)