public interface MetricsHBaseServerWrapper
| Modifier and Type | Method and Description |
|---|---|
int |
getActiveGeneralRpcHandlerCount() |
int |
getActivePriorityRpcHandlerCount() |
int |
getActiveReadRpcHandlerCount() |
int |
getActiveReplicationRpcHandlerCount() |
int |
getActiveRpcHandlerCount() |
int |
getActiveScanRpcHandlerCount() |
int |
getActiveWriteRpcHandlerCount() |
int |
getGeneralQueueLength() |
long |
getNumGeneralCallsDropped() |
long |
getNumLifoModeSwitches() |
int |
getNumOpenConnections() |
int |
getPriorityQueueLength() |
int |
getReadQueueLength() |
int |
getReplicationQueueLength() |
int |
getScanQueueLength() |
long |
getTotalQueueSize() |
int |
getWriteQueueLength() |
long getTotalQueueSize()
int getGeneralQueueLength()
int getReplicationQueueLength()
int getPriorityQueueLength()
int getNumOpenConnections()
int getActiveRpcHandlerCount()
int getActiveGeneralRpcHandlerCount()
int getActivePriorityRpcHandlerCount()
int getActiveReplicationRpcHandlerCount()
long getNumGeneralCallsDropped()
long getNumLifoModeSwitches()
int getWriteQueueLength()
int getReadQueueLength()
int getScanQueueLength()
int getActiveWriteRpcHandlerCount()
int getActiveReadRpcHandlerCount()
int getActiveScanRpcHandlerCount()
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.