org.apache.hadoop.hbase.ipc
Class MetricsHBaseServerWrapperImpl
java.lang.Object
org.apache.hadoop.hbase.ipc.MetricsHBaseServerWrapperImpl
- All Implemented Interfaces:
- MetricsHBaseServerWrapper
public class MetricsHBaseServerWrapperImpl
- extends Object
- implements MetricsHBaseServerWrapper
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getTotalQueueSize
public long getTotalQueueSize()
- Specified by:
getTotalQueueSize
in interface MetricsHBaseServerWrapper
getGeneralQueueLength
public int getGeneralQueueLength()
- Specified by:
getGeneralQueueLength
in interface MetricsHBaseServerWrapper
getReplicationQueueLength
public int getReplicationQueueLength()
- Specified by:
getReplicationQueueLength
in interface MetricsHBaseServerWrapper
getPriorityQueueLength
public int getPriorityQueueLength()
- Specified by:
getPriorityQueueLength
in interface MetricsHBaseServerWrapper
getNumOpenConnections
public int getNumOpenConnections()
- Specified by:
getNumOpenConnections
in interface MetricsHBaseServerWrapper
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.