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
    Modifier and Type
    Field
    Description
    private final int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    PriorityController(int priority, org.apache.hadoop.hbase.ipc.HBaseRpcController controller)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     

    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

  • Constructor Details

    • PriorityController

      public PriorityController(int priority, org.apache.hadoop.hbase.ipc.HBaseRpcController controller)
  • Method Details

    • getPriority

      public int getPriority()
      Specified by:
      getPriority in interface org.apache.hadoop.hbase.ipc.HBaseRpcController
      Overrides:
      getPriority in class org.apache.hadoop.hbase.ipc.DelegatingHBaseRpcController