org.apache.accumulo.server.thrift.metrics
public interface ThriftMetricsMBean
Modifier and Type | Field and Description |
---|---|
static String |
execute |
static String |
idle |
Modifier and Type | Method and Description |
---|---|
long |
getExecutionAvgTime() |
long |
getExecutionCount() |
long |
getExecutionMaxTime() |
long |
getExecutionMinTime() |
long |
getIdleAvgTime() |
long |
getIdleCount() |
long |
getIdleMaxTime() |
long |
getIdleMinTime() |
void |
reset() |
static final String idle
static final String execute
long getIdleCount()
long getIdleMinTime()
long getIdleMaxTime()
long getIdleAvgTime()
long getExecutionCount()
long getExecutionMinTime()
long getExecutionMaxTime()
long getExecutionAvgTime()
void reset()
Copyright © 2015 Apache Accumulo Project. All Rights Reserved.