@InterfaceAudience.Private public class PayloadCarryingRpcController extends TimeLimitedRpcController implements org.apache.hadoop.hbase.CellScannable
callTimeout, cancellationCb, cancelled, failureCb| 构造器和说明 |
|---|
PayloadCarryingRpcController() |
PayloadCarryingRpcController(org.apache.hadoop.hbase.CellScanner cellScanner) |
PayloadCarryingRpcController(List<org.apache.hadoop.hbase.CellScannable> cellIterables) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 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 在接口中 com.google.protobuf.RpcControllerreset 在类中 TimeLimitedRpcControllerCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.