Uses of Interface
org.apache.hadoop.hbase.client.AsyncSingleRequestRpcRetryingCaller.Callable
Packages that use AsyncSingleRequestRpcRetryingCaller.Callable
-
Uses of AsyncSingleRequestRpcRetryingCaller.Callable in org.apache.hadoop.hbase.client
Fields in org.apache.hadoop.hbase.client declared as AsyncSingleRequestRpcRetryingCaller.CallableModifier and TypeFieldDescriptionAsyncRpcRetryingCallerFactory.SingleRequestCallerBuilder.callable
private final AsyncSingleRequestRpcRetryingCaller.Callable<T>
AsyncSingleRequestRpcRetryingCaller.callable
Methods in org.apache.hadoop.hbase.client with parameters of type AsyncSingleRequestRpcRetryingCaller.CallableModifier and TypeMethodDescriptionAsyncRpcRetryingCallerFactory.SingleRequestCallerBuilder.action
(AsyncSingleRequestRpcRetryingCaller.Callable<T> callable) Constructors in org.apache.hadoop.hbase.client with parameters of type AsyncSingleRequestRpcRetryingCaller.CallableModifierConstructorDescriptionAsyncSingleRequestRpcRetryingCaller
(org.apache.hbase.thirdparty.io.netty.util.Timer retryTimer, AsyncConnectionImpl conn, TableName tableName, byte[] row, int replicaId, RegionLocateType locateType, AsyncSingleRequestRpcRetryingCaller.Callable<T> callable, int priority, long pauseNs, long pauseNsForServerOverloaded, int maxAttempts, long operationTimeoutNs, long rpcTimeoutNs, int startLogErrorsCnt, Map<String, byte[]> requestAttributes)