Uses of Interface
org.apache.hadoop.hbase.client.AsyncSingleRequestRpcRetryingCaller.Callable
-
Uses of AsyncSingleRequestRpcRetryingCaller.Callable in org.apache.hadoop.hbase.client
Modifier and TypeFieldDescriptionAsyncRpcRetryingCallerFactory.SingleRequestCallerBuilder.callable
private final AsyncSingleRequestRpcRetryingCaller.Callable<T>
AsyncSingleRequestRpcRetryingCaller.callable
Modifier and TypeMethodDescriptionAsyncRpcRetryingCallerFactory.SingleRequestCallerBuilder.action
(AsyncSingleRequestRpcRetryingCaller.Callable<T> callable) ModifierConstructorDescriptionAsyncSingleRequestRpcRetryingCaller
(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)