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 MetricsHBaseServerWrapper
public int getGeneralQueueLength()
getGeneralQueueLength
in interface MetricsHBaseServerWrapper
public int getReplicationQueueLength()
getReplicationQueueLength
in interface MetricsHBaseServerWrapper
public int getPriorityQueueLength()
getPriorityQueueLength
in interface MetricsHBaseServerWrapper
public int getNumOpenConnections()
getNumOpenConnections
in interface MetricsHBaseServerWrapper
public int getActiveRpcHandlerCount()
getActiveRpcHandlerCount
in interface MetricsHBaseServerWrapper
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.