@InterfaceAudience.Private public class DelegatingPayloadCarryingRpcController extends PayloadCarryingRpcController
RpcControllerFactory to help override
standard behavior of a PayloadCarryingRpcController.callTimeout, cancellationCb, cancelled, failureCb| 构造器和说明 |
|---|
DelegatingPayloadCarryingRpcController(PayloadCarryingRpcController delegate) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.hadoop.hbase.CellScanner |
cellScanner() |
int |
getPriority() |
void |
setCellScanner(org.apache.hadoop.hbase.CellScanner cellScanner) |
void |
setPriority(int priority) |
void |
setPriority(org.apache.hadoop.hbase.TableName tn) |
reseterrorText, failed, getCallTimeout, hasCallTimeout, isCanceled, notifyOnCancel, notifyOnFail, setCallTimeout, setFailed, setFailed, startCancelpublic DelegatingPayloadCarryingRpcController(PayloadCarryingRpcController delegate)
public org.apache.hadoop.hbase.CellScanner cellScanner()
cellScanner 在接口中 org.apache.hadoop.hbase.CellScannablecellScanner 在类中 PayloadCarryingRpcControllerpublic void setCellScanner(org.apache.hadoop.hbase.CellScanner cellScanner)
public void setPriority(int priority)
setPriority 在类中 PayloadCarryingRpcControllerpriority - 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)
setPriority 在类中 PayloadCarryingRpcControllertn - Set priority based off the table we are going against.public int getPriority()
getPriority 在类中 PayloadCarryingRpcControllerCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.