public class MetricsHBaseServerWrapperImpl extends Object implements MetricsHBaseServerWrapper
| Constructor and Description |
|---|
MetricsHBaseServerWrapperImpl(RpcServer server) |
| Modifier and Type | Method and Description |
|---|---|
int |
getActiveRpcHandlerCount() |
int |
getGeneralQueueLength() |
int |
getNumOpenConnections() |
int |
getPriorityQueueLength() |
int |
getReplicationQueueLength() |
long |
getTotalQueueSize() |
private boolean |
isServerStarted() |
private RpcServer server
MetricsHBaseServerWrapperImpl(RpcServer server)
private boolean isServerStarted()
public long getTotalQueueSize()
getTotalQueueSize in interface MetricsHBaseServerWrapperpublic int getGeneralQueueLength()
getGeneralQueueLength in interface MetricsHBaseServerWrapperpublic int getReplicationQueueLength()
getReplicationQueueLength in interface MetricsHBaseServerWrapperpublic int getPriorityQueueLength()
getPriorityQueueLength in interface MetricsHBaseServerWrapperpublic int getNumOpenConnections()
getNumOpenConnections in interface MetricsHBaseServerWrapperpublic int getActiveRpcHandlerCount()
getActiveRpcHandlerCount in interface MetricsHBaseServerWrapperCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.