org.apache.hadoop.hbase.ipc
Interface MetricsHBaseServerWrapper

All Known Implementing Classes:
MetricsHBaseServerWrapperImpl

public interface MetricsHBaseServerWrapper


Method Summary
 int getActiveRpcHandlerCount()
           
 int getGeneralQueueLength()
           
 int getNumOpenConnections()
           
 int getPriorityQueueLength()
           
 int getReplicationQueueLength()
           
 long getTotalQueueSize()
           
 

Method Detail

getTotalQueueSize

long getTotalQueueSize()

getGeneralQueueLength

int getGeneralQueueLength()

getReplicationQueueLength

int getReplicationQueueLength()

getPriorityQueueLength

int getPriorityQueueLength()

getNumOpenConnections

int getNumOpenConnections()

getActiveRpcHandlerCount

int getActiveRpcHandlerCount()


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