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 getActiveRpcHandlerCount()
           
 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

getActiveRpcHandlerCount

public int getActiveRpcHandlerCount()
Specified by:
getActiveRpcHandlerCount in interface MetricsHBaseServerWrapper


Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.