org.apache.hadoop.hbase.ipc
Interface MetricsHBaseServerWrapper
- All Known Implementing Classes:
- MetricsHBaseServerWrapperImpl
public interface MetricsHBaseServerWrapper
getTotalQueueSize
long getTotalQueueSize()
getGeneralQueueLength
int getGeneralQueueLength()
getReplicationQueueLength
int getReplicationQueueLength()
getPriorityQueueLength
int getPriorityQueueLength()
getNumOpenConnections
int getNumOpenConnections()
getActiveRpcHandlerCount
int getActiveRpcHandlerCount()
Copyright © 2015 The Apache Software Foundation. All rights reserved.