public static class TestRpcControllerFactory.CountingRpcController extends DelegatingPayloadCarryingRpcController
callTimeout, cancellationCb, cancelled, failureCb| Constructor and Description |
|---|
CountingRpcController(PayloadCarryingRpcController delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
setPriority(int priority) |
void |
setPriority(TableName tn) |
cellScanner, getPriority, setCellScannerreseterrorText, failed, getCallTimeout, hasCallTimeout, isCanceled, notifyOnCancel, notifyOnFail, setCallTimeout, setFailed, setFailed, startCancelpublic CountingRpcController(PayloadCarryingRpcController delegate)
public void setPriority(int priority)
setPriority in class DelegatingPayloadCarryingRpcControllerpriority - Priority for this request; should fall roughly in the range
HConstants.NORMAL_QOS to HConstants.HIGH_QOSpublic void setPriority(TableName tn)
setPriority in class DelegatingPayloadCarryingRpcControllertn - Set priority based off the table we are going against.