Uses of Class
org.apache.hadoop.hbase.client.AsyncBatchRpcRetryingCaller.RegionRequest
-
Uses of AsyncBatchRpcRetryingCaller.RegionRequest in org.apache.hadoop.hbase.client
Modifier and TypeFieldDescriptionfinal ConcurrentMap<byte[],
AsyncBatchRpcRetryingCaller.RegionRequest> AsyncBatchRpcRetryingCaller.ServerRequest.actionsByRegion
Modifier and TypeMethodDescriptionprivate void
AsyncBatchRpcRetryingCaller.onComplete
(Action action, AsyncBatchRpcRetryingCaller.RegionRequest regionReq, int tries, ServerName serverName, MultiResponse.RegionResult regionResult, List<Action> failedActions, Throwable regionException, org.apache.commons.lang3.mutable.MutableBoolean retryImmediately) void
AsyncBatchRpcRetryingCaller.ServerRequest.setRegionRequest
(byte[] regionName, AsyncBatchRpcRetryingCaller.RegionRequest regionReq) Modifier and TypeMethodDescriptionprivate org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MultiRequest
AsyncBatchRpcRetryingCaller.buildReq
(Map<byte[], AsyncBatchRpcRetryingCaller.RegionRequest> actionsByRegion, List<ExtendedCellScannable> cells, Map<Integer, Integer> indexMap) private void
AsyncBatchRpcRetryingCaller.logException
(int tries, Supplier<Stream<AsyncBatchRpcRetryingCaller.RegionRequest>> regionsSupplier, Throwable error, ServerName serverName) private void
AsyncBatchRpcRetryingCaller.onComplete
(Map<byte[], AsyncBatchRpcRetryingCaller.RegionRequest> actionsByRegion, int tries, ServerName serverName, MultiResponse resp) private void
AsyncBatchRpcRetryingCaller.onError
(Map<byte[], AsyncBatchRpcRetryingCaller.RegionRequest> actionsByRegion, int tries, Throwable t, ServerName serverName)