public class MetricsHBaseServerWrapperImpl extends Object implements MetricsHBaseServerWrapper
Modifier and Type | Method and Description |
---|---|
int |
getActiveRpcHandlerCount() |
int |
getGeneralQueueLength() |
int |
getNumOpenConnections() |
int |
getPriorityQueueLength() |
int |
getReplicationQueueLength() |
long |
getTotalQueueSize() |
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-2016 The Apache Software Foundation. All Rights Reserved.