Package org.apache.hadoop.hbase.client
Class AsyncBatchRpcRetryingCaller.ServerRequest
java.lang.Object
org.apache.hadoop.hbase.client.AsyncBatchRpcRetryingCaller.ServerRequest
- Enclosing class:
- AsyncBatchRpcRetryingCaller<T>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionfinal ConcurrentMap<byte[],AsyncBatchRpcRetryingCaller.RegionRequest> 
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddAction(HRegionLocation loc, Action action) intvoidsetRegionRequest(byte[] regionName, AsyncBatchRpcRetryingCaller.RegionRequest regionReq) 
- 
Field Details- 
actionsByRegion
 
- 
- 
Constructor Details- 
ServerRequestprivate ServerRequest()
 
- 
- 
Method Details- 
addAction
- 
setRegionRequestpublic void setRegionRequest(byte[] regionName, AsyncBatchRpcRetryingCaller.RegionRequest regionReq) 
- 
getPriority
 
-