@InterfaceAudience.Private public class PayloadCarryingRpcController extends TimeLimitedRpcController implements org.apache.hadoop.hbase.CellScannable
callTimeout, cancellationCb, cancelled, failureCb| Constructor and Description |
|---|
PayloadCarryingRpcController() |
PayloadCarryingRpcController(org.apache.hadoop.hbase.CellScanner cellScanner) |
PayloadCarryingRpcController(List<org.apache.hadoop.hbase.CellScannable> cellIterables) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.hbase.CellScanner |
cellScanner() |
int |
getPriority() |
void |
reset() |
void |
setCellScanner(org.apache.hadoop.hbase.CellScanner cellScanner) |
void |
setPriority(int priority) |
void |
setPriority(org.apache.hadoop.hbase.TableName tn) |
errorText, failed, getCallTimeout, hasCallTimeout, isCanceled, notifyOnCancel, notifyOnFail, setCallTimeout, setFailed, setFailed, startCancelpublic PayloadCarryingRpcController()
public PayloadCarryingRpcController(org.apache.hadoop.hbase.CellScanner cellScanner)
public PayloadCarryingRpcController(List<org.apache.hadoop.hbase.CellScannable> cellIterables)
public org.apache.hadoop.hbase.CellScanner cellScanner()
cellScanner in interface org.apache.hadoop.hbase.CellScannablepublic void setCellScanner(org.apache.hadoop.hbase.CellScanner cellScanner)
public void setPriority(int priority)
priority - Priority for this request; should fall roughly in the range
HConstants.NORMAL_QOS to HConstants.HIGH_QOSpublic void setPriority(org.apache.hadoop.hbase.TableName tn)
tn - Set priority based off the table we are going against.public int getPriority()
public void reset()
reset in interface com.google.protobuf.RpcControllerreset in class TimeLimitedRpcControllerCopyright © 2007–2017. All rights reserved.