Uses of Interface
org.apache.hadoop.hbase.client.AsyncMasterRequestRpcRetryingCaller.Callable
Packages that use AsyncMasterRequestRpcRetryingCaller.Callable
-
Uses of AsyncMasterRequestRpcRetryingCaller.Callable in org.apache.hadoop.hbase.client
Fields in org.apache.hadoop.hbase.client declared as AsyncMasterRequestRpcRetryingCaller.CallableModifier and TypeFieldDescriptionprivate final AsyncMasterRequestRpcRetryingCaller.Callable<T>AsyncMasterRequestRpcRetryingCaller.callableAsyncRpcRetryingCallerFactory.MasterRequestCallerBuilder.callableMethods in org.apache.hadoop.hbase.client with parameters of type AsyncMasterRequestRpcRetryingCaller.CallableModifier and TypeMethodDescriptionAsyncRpcRetryingCallerFactory.MasterRequestCallerBuilder.action(AsyncMasterRequestRpcRetryingCaller.Callable<T> callable) Constructors in org.apache.hadoop.hbase.client with parameters of type AsyncMasterRequestRpcRetryingCaller.CallableModifierConstructorDescriptionAsyncMasterRequestRpcRetryingCaller(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)