private static final class AsyncBatchRpcRetryingCaller.ServerRequest extends Object
Modifier and Type | Field and Description |
---|---|
ConcurrentMap<byte[],AsyncBatchRpcRetryingCaller.RegionRequest> |
actionsByRegion |
Modifier | Constructor and Description |
---|---|
private |
ServerRequest() |
Modifier and Type | Method and Description |
---|---|
void |
addAction(HRegionLocation loc,
Action action) |
int |
getPriority() |
void |
setRegionRequest(byte[] regionName,
AsyncBatchRpcRetryingCaller.RegionRequest regionReq) |
public final ConcurrentMap<byte[],AsyncBatchRpcRetryingCaller.RegionRequest> actionsByRegion
private ServerRequest()
public void addAction(HRegionLocation loc, Action action)
public void setRegionRequest(byte[] regionName, AsyncBatchRpcRetryingCaller.RegionRequest regionReq)
public int getPriority()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.