Package org.apache.hadoop.hbase
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
-
Method Summary
Modifier and TypeMethodDescriptionorg.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
-
Constructor Details
-
SpyingRpcSchedulerFactory
public SpyingRpcSchedulerFactory()
-
-
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 interfaceorg.apache.hadoop.hbase.regionserver.RpcSchedulerFactory
- Overrides:
create
in classorg.apache.hadoop.hbase.regionserver.SimpleRpcSchedulerFactory
-