@InterfaceAudience.Private public interface MetricsHBaseServerWrapper
Modifier and Type | Method and Description |
---|---|
int |
getActiveGeneralRpcHandlerCount() |
int |
getActiveMetaPriorityRpcHandlerCount() |
int |
getActivePriorityRpcHandlerCount() |
int |
getActiveReadRpcHandlerCount() |
int |
getActiveReplicationRpcHandlerCount() |
int |
getActiveRpcHandlerCount() |
int |
getActiveScanRpcHandlerCount() |
int |
getActiveWriteRpcHandlerCount() |
int |
getGeneralQueueLength() |
int |
getMetaPriorityQueueLength() |
long |
getNettyDmUsage() |
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 getMetaPriorityQueueLength()
int getNumOpenConnections()
int getActiveRpcHandlerCount()
int getActiveGeneralRpcHandlerCount()
int getActivePriorityRpcHandlerCount()
int getActiveReplicationRpcHandlerCount()
int getActiveMetaPriorityRpcHandlerCount()
long getNumGeneralCallsDropped()
long getNumLifoModeSwitches()
int getWriteQueueLength()
int getReadQueueLength()
int getScanQueueLength()
int getActiveWriteRpcHandlerCount()
int getActiveReadRpcHandlerCount()
int getActiveScanRpcHandlerCount()
long getNettyDmUsage()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.