org.apache.hadoop.hbase.ipc
Interface MetricsHBaseServerWrapper


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-2016 The Apache Software Foundation. All Rights Reserved.