org.apache.hadoop.hbase.ipc
Class MetricsHBaseServerWrapperImpl

java.lang.Object
  extended by org.apache.hadoop.hbase.ipc.MetricsHBaseServerWrapperImpl
All Implemented Interfaces:
MetricsHBaseServerWrapper

public class MetricsHBaseServerWrapperImpl
extends Object
implements MetricsHBaseServerWrapper


Method Summary
 int getGeneralQueueLength()
           
 int getNumOpenConnections()
           
 int getPriorityQueueLength()
           
 int getReplicationQueueLength()
           
 long getTotalQueueSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.