@InterfaceAudience.Private
public interface MetricsHBaseServerWrapper
Modifier and Type | Method and Description |
---|---|
int |
getActiveReadRpcHandlerCount() |
int |
getActiveRpcHandlerCount() |
int |
getActiveScanRpcHandlerCount() |
int |
getActiveWriteRpcHandlerCount() |
int |
getGeneralQueueLength() |
int |
getMetaPriorityQueueLength() |
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()
long getNumGeneralCallsDropped()
long getNumLifoModeSwitches()
int getWriteQueueLength()
int getReadQueueLength()
int getScanQueueLength()
int getActiveWriteRpcHandlerCount()
int getActiveReadRpcHandlerCount()
int getActiveScanRpcHandlerCount()
Copyright © 2007–2019 Cloudera. All rights reserved.