org.apache.accumulo.server.thrift.metrics
Interface ThriftMetricsMBean
- All Known Implementing Classes:
- ThriftMetrics
public interface ThriftMetricsMBean
Field Summary |
static java.lang.String |
execute
|
static java.lang.String |
idle
|
idle
static final java.lang.String idle
- See Also:
- Constant Field Values
execute
static final java.lang.String execute
- See Also:
- Constant Field Values
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()
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.