Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Field and Description |
---|---|
ConcurrentMap<byte[],AsyncBatchRpcRetryingCaller.RegionRequest> |
AsyncBatchRpcRetryingCaller.ServerRequest.actionsByRegion |
Modifier and Type | Method and Description |
---|---|
private 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 Type | Method and Description |
---|---|
private org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MultiRequest |
AsyncBatchRpcRetryingCaller.buildReq(Map<byte[],AsyncBatchRpcRetryingCaller.RegionRequest> actionsByRegion,
List<CellScannable> cells,
Map<Integer,Integer> rowMutationsIndexMap) |
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) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.