Uses of Class
org.apache.hadoop.hbase.client.AsyncBatchRpcRetryingCaller.RegionRequest
Packages that use AsyncBatchRpcRetryingCaller.RegionRequest
-
Uses of AsyncBatchRpcRetryingCaller.RegionRequest in org.apache.hadoop.hbase.client
Fields in org.apache.hadoop.hbase.client with type parameters of type AsyncBatchRpcRetryingCaller.RegionRequestModifier and TypeFieldDescriptionfinal ConcurrentMap<byte[],AsyncBatchRpcRetryingCaller.RegionRequest> AsyncBatchRpcRetryingCaller.ServerRequest.actionsByRegionMethods in org.apache.hadoop.hbase.client with parameters of type AsyncBatchRpcRetryingCaller.RegionRequestModifier and TypeMethodDescriptionprivate voidAsyncBatchRpcRetryingCaller.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) voidAsyncBatchRpcRetryingCaller.ServerRequest.setRegionRequest(byte[] regionName, AsyncBatchRpcRetryingCaller.RegionRequest regionReq) Method parameters in org.apache.hadoop.hbase.client with type arguments of type AsyncBatchRpcRetryingCaller.RegionRequestModifier and TypeMethodDescriptionprivate org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MultiRequestAsyncBatchRpcRetryingCaller.buildReq(Map<byte[], AsyncBatchRpcRetryingCaller.RegionRequest> actionsByRegion, List<CellScannable> cells, Map<Integer, Integer> indexMap) private voidAsyncBatchRpcRetryingCaller.logException(int tries, Supplier<Stream<AsyncBatchRpcRetryingCaller.RegionRequest>> regionsSupplier, Throwable error, ServerName serverName) private voidAsyncBatchRpcRetryingCaller.onComplete(Map<byte[], AsyncBatchRpcRetryingCaller.RegionRequest> actionsByRegion, int tries, ServerName serverName, MultiResponse resp) private voidAsyncBatchRpcRetryingCaller.onError(Map<byte[], AsyncBatchRpcRetryingCaller.RegionRequest> actionsByRegion, int tries, Throwable t, ServerName serverName)