public abstract class CompatPhoenixRpcScheduler
extends org.apache.hadoop.hbase.ipc.RpcScheduler
RpcScheduler that first checks to see if this is an index or metadata update before
passing off the call to the delegate RpcScheduler.| Modifier and Type | Field and Description |
|---|---|
protected org.apache.hadoop.hbase.ipc.RpcScheduler |
delegate |
| Constructor and Description |
|---|
CompatPhoenixRpcScheduler() |
| Modifier and Type | Method and Description |
|---|---|
int |
getActiveGeneralRpcHandlerCount() |
int |
getActiveMetaPriorityRpcHandlerCount() |
int |
getActivePriorityRpcHandlerCount() |
int |
getActiveReplicationRpcHandlerCount() |
int |
getMetaPriorityQueueLength() |
dispatch, getActiveReadRpcHandlerCount, getActiveRpcHandlerCount, getActiveScanRpcHandlerCount, getActiveWriteRpcHandlerCount, getCallQueueInfo, getGeneralQueueLength, getNumGeneralCallsDropped, getNumLifoModeSwitches, getPriorityQueueLength, getReadQueueLength, getReplicationQueueLength, getScanQueueLength, getWriteQueueLength, init, start, stoppublic int getMetaPriorityQueueLength()
getMetaPriorityQueueLength in class org.apache.hadoop.hbase.ipc.RpcSchedulerpublic int getActiveGeneralRpcHandlerCount()
getActiveGeneralRpcHandlerCount in class org.apache.hadoop.hbase.ipc.RpcSchedulerpublic int getActivePriorityRpcHandlerCount()
getActivePriorityRpcHandlerCount in class org.apache.hadoop.hbase.ipc.RpcSchedulerpublic int getActiveMetaPriorityRpcHandlerCount()
getActiveMetaPriorityRpcHandlerCount in class org.apache.hadoop.hbase.ipc.RpcSchedulerpublic int getActiveReplicationRpcHandlerCount()
getActiveReplicationRpcHandlerCount in class org.apache.hadoop.hbase.ipc.RpcSchedulerCopyright © 2021 Apache Software Foundation. All rights reserved.