Package org.apache.hadoop.hbase
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 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
-
Method Summary
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
-
Field Details
-
numPriorityCalls
long numPriorityCalls
-
-
Constructor Details
-
SpyingRpcScheduler
-
-
Method Details
-
dispatch
- Overrides:
dispatch
in classorg.apache.hadoop.hbase.ipc.DelegatingRpcScheduler
-