@InterfaceAudience.Private public class MetricsHBaseServerWrapperImpl extends Object implements MetricsHBaseServerWrapper
| 限定符和类型 | 方法和说明 |
|---|---|
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() |
public long getTotalQueueSize()
getTotalQueueSize 在接口中 MetricsHBaseServerWrapperpublic int getGeneralQueueLength()
public int getReplicationQueueLength()
public int getPriorityQueueLength()
public int getMetaPriorityQueueLength()
public int getNumOpenConnections()
public int getActiveRpcHandlerCount()
public long getNumGeneralCallsDropped()
public long getNumLifoModeSwitches()
public int getWriteQueueLength()
getWriteQueueLength 在接口中 MetricsHBaseServerWrapperpublic int getReadQueueLength()
getReadQueueLength 在接口中 MetricsHBaseServerWrapperpublic int getScanQueueLength()
getScanQueueLength 在接口中 MetricsHBaseServerWrapperpublic int getActiveWriteRpcHandlerCount()
public int getActiveReadRpcHandlerCount()
public int getActiveScanRpcHandlerCount()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.