Class TestMetaTableAccessor.SpyingRpcSchedulerFactory

java.lang.Object
org.apache.hadoop.hbase.regionserver.SimpleRpcSchedulerFactory
org.apache.hadoop.hbase.TestMetaTableAccessor.SpyingRpcSchedulerFactory
All Implemented Interfaces:
org.apache.hadoop.hbase.regionserver.RpcSchedulerFactory
Enclosing class:
TestMetaTableAccessor

public static class TestMetaTableAccessor.SpyingRpcSchedulerFactory extends org.apache.hadoop.hbase.regionserver.SimpleRpcSchedulerFactory
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.ipc.RpcScheduler
    create(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.ipc.PriorityFunction priority, org.apache.hadoop.hbase.Abortable server)
     

    Methods inherited from class org.apache.hadoop.hbase.regionserver.SimpleRpcSchedulerFactory

    create

    Methods inherited from class java.lang.Object

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

  • Method Details

    • create

      public org.apache.hadoop.hbase.ipc.RpcScheduler create(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.ipc.PriorityFunction priority, org.apache.hadoop.hbase.Abortable server)
      Specified by:
      create in interface org.apache.hadoop.hbase.regionserver.RpcSchedulerFactory
      Overrides:
      create in class org.apache.hadoop.hbase.regionserver.SimpleRpcSchedulerFactory