org.apache.hadoop.hbase.ipc
Interface MetricsHBaseServerWrapper


public interface MetricsHBaseServerWrapper


Method Summary
 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()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.