Interface ThriftMetricsMBean
-
- All Superinterfaces:
ThriftMetricsKeys
- All Known Implementing Classes:
ThriftMetrics
public interface ThriftMetricsMBean extends ThriftMetricsKeys
-
-
Field Summary
-
Fields inherited from interface org.apache.accumulo.server.metrics.ThriftMetricsKeys
execute, idle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getExecutionAvgTime()
long
getExecutionCount()
long
getExecutionMaxTime()
long
getExecutionMinTime()
long
getIdleAvgTime()
long
getIdleCount()
long
getIdleMaxTime()
long
getIdleMinTime()
void
reset()
-
-
-
Method Detail
-
getIdleCount
long getIdleCount()
-
getIdleMinTime
long getIdleMinTime()
-
getIdleMaxTime
long getIdleMaxTime()
-
getIdleAvgTime
long getIdleAvgTime()
-
getExecutionCount
long getExecutionCount()
-
getExecutionMinTime
long getExecutionMinTime()
-
getExecutionMaxTime
long getExecutionMaxTime()
-
getExecutionAvgTime
long getExecutionAvgTime()
-
reset
void reset()
-
-