Package org.apache.hadoop.hbase.ipc
Interface MetricsHBaseServerWrapper
- All Known Implementing Classes:
MetricsHBaseServerWrapperImpl
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
int
int
int
int
int
int
int
int
long
long
long
int
int
int
int
int
These two metrics are calculated together, so we want to return them in one calllong
int
-
Method Details
-
getTotalQueueSize
long getTotalQueueSize() -
getGeneralQueueLength
int getGeneralQueueLength() -
getReplicationQueueLength
-
getBulkLoadQueueLength
int getBulkLoadQueueLength() -
getPriorityQueueLength
int getPriorityQueueLength() -
getMetaPriorityQueueLength
-
getNumOpenConnections
int getNumOpenConnections() -
getActiveRpcHandlerCount
int getActiveRpcHandlerCount() -
getActiveGeneralRpcHandlerCount
-
getActivePriorityRpcHandlerCount
-
getActiveReplicationRpcHandlerCount
-
getActiveBulkLoadRpcHandlerCount
-
getActiveMetaPriorityRpcHandlerCount
-
getNumGeneralCallsDropped
long getNumGeneralCallsDropped() -
getNumLifoModeSwitches
long getNumLifoModeSwitches() -
getWriteQueueLength
int getWriteQueueLength() -
getReadQueueLength
int getReadQueueLength() -
getScanQueueLength
int getScanQueueLength() -
getActiveWriteRpcHandlerCount
-
getActiveReadRpcHandlerCount
-
getActiveScanRpcHandlerCount
-
getNettyDmUsage
long getNettyDmUsage() -
getTotalAndMaxNettyOutboundBytes
These two metrics are calculated together, so we want to return them in one call- Returns:
- pair containing total (first) and max (second) pending outbound bytes.
-