Package org.apache.hadoop.hbase
Class TestCustomPriorityRpcControllerFactory.PriorityController
java.lang.Object
org.apache.hadoop.hbase.ipc.DelegatingHBaseRpcController
org.apache.hadoop.hbase.TestCustomPriorityRpcControllerFactory.PriorityController
- All Implemented Interfaces:
org.apache.hadoop.hbase.CellScannable,org.apache.hadoop.hbase.ExtendedCellScannable,org.apache.hadoop.hbase.ipc.HBaseRpcController,org.apache.hbase.thirdparty.com.google.protobuf.RpcController
- Enclosing class:
- TestCustomPriorityRpcControllerFactory
private static class TestCustomPriorityRpcControllerFactory.PriorityController
extends org.apache.hadoop.hbase.ipc.DelegatingHBaseRpcController
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.hadoop.hbase.ipc.HBaseRpcController
org.apache.hadoop.hbase.ipc.HBaseRpcController.CancellationCallback -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPriorityController(int priority, org.apache.hadoop.hbase.ipc.HBaseRpcController controller) -
Method Summary
Methods inherited from class org.apache.hadoop.hbase.ipc.DelegatingHBaseRpcController
cellScanner, errorText, failed, getCallTimeout, getFailed, getRegionInfo, getRequestAttributes, getTableName, hasCallTimeout, hasRegionInfo, isCanceled, notifyOnCancel, notifyOnCancel, reset, setCallTimeout, setCellScanner, setDone, setFailed, setFailed, setPriority, setPriority, setPriority, setRequestAttributes, setTableName, startCancel
-
Field Details
-
priority
-
-
Constructor Details
-
PriorityController
-
-
Method Details
-
getPriority
- Specified by:
getPriorityin interfaceorg.apache.hadoop.hbase.ipc.HBaseRpcController- Overrides:
getPriorityin classorg.apache.hadoop.hbase.ipc.DelegatingHBaseRpcController
-