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
-
Constructor Summary
ConstructorDescriptionPriorityController
(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, getRequestAttributes, getTableName, hasCallTimeout, isCanceled, notifyOnCancel, notifyOnCancel, reset, setCallTimeout, setCellScanner, setDone, setFailed, setFailed, setPriority, setPriority, setRequestAttributes, setTableName, startCancel
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.hadoop.hbase.ipc.HBaseRpcController
getRegionInfo, hasRegionInfo
-
Field Details
-
priority
-
-
Constructor Details
-
PriorityController
-
-
Method Details
-
getPriority
- Specified by:
getPriority
in interfaceorg.apache.hadoop.hbase.ipc.HBaseRpcController
- Overrides:
getPriority
in classorg.apache.hadoop.hbase.ipc.DelegatingHBaseRpcController
-