Class TestMetaTableAccessor.SpyingRpcScheduler

java.lang.Object
org.apache.hadoop.hbase.ipc.RpcScheduler
org.apache.hadoop.hbase.ipc.DelegatingRpcScheduler
org.apache.hadoop.hbase.TestMetaTableAccessor.SpyingRpcScheduler
Enclosing class:
TestMetaTableAccessor

public static class TestMetaTableAccessor.SpyingRpcScheduler extends org.apache.hadoop.hbase.ipc.DelegatingRpcScheduler
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.hadoop.hbase.ipc.RpcScheduler

    org.apache.hadoop.hbase.ipc.RpcScheduler.Context
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) long
     

    Fields inherited from class org.apache.hadoop.hbase.ipc.DelegatingRpcScheduler

    delegate

    Fields inherited from class org.apache.hadoop.hbase.ipc.RpcScheduler

    IPC_SERVER_BULKLOAD_MAX_CALLQUEUE_LENGTH, IPC_SERVER_MAX_CALLQUEUE_LENGTH, IPC_SERVER_PRIORITY_MAX_CALLQUEUE_LENGTH, IPC_SERVER_REPLICATION_MAX_CALLQUEUE_LENGTH
  • Constructor Summary

    Constructors
    Constructor
    Description
    SpyingRpcScheduler(org.apache.hadoop.hbase.ipc.RpcScheduler delegate)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    dispatch(org.apache.hadoop.hbase.ipc.CallRunner task)
     

    Methods inherited from class org.apache.hadoop.hbase.ipc.DelegatingRpcScheduler

    getActiveBulkLoadRpcHandlerCount, getActiveGeneralRpcHandlerCount, getActiveMetaPriorityRpcHandlerCount, getActivePriorityRpcHandlerCount, getActiveReadRpcHandlerCount, getActiveReplicationRpcHandlerCount, getActiveRpcHandlerCount, getActiveScanRpcHandlerCount, getActiveWriteRpcHandlerCount, getBulkLoadQueueLength, getCallQueueInfo, getGeneralQueueLength, getMetaPriorityQueueLength, getNumGeneralCallsDropped, getNumLifoModeSwitches, getPriorityQueueLength, getReadQueueLength, getReplicationQueueLength, getScanQueueLength, getWriteQueueLength, init, start, stop

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • SpyingRpcScheduler

      public SpyingRpcScheduler(org.apache.hadoop.hbase.ipc.RpcScheduler delegate)
  • Method Details

    • dispatch

      public boolean dispatch(org.apache.hadoop.hbase.ipc.CallRunner task)
      Overrides:
      dispatch in class org.apache.hadoop.hbase.ipc.DelegatingRpcScheduler