Package | Description |
---|---|
org.avaje.metric |
The main public API for Avaje Metrics.
|
Modifier and Type | Method and Description |
---|---|
ValueStatistics |
TimedMetric.getCollectedErrorStatistics()
Return the error statistics.
|
ValueStatistics |
ValueMetric.getCollectedStatistics()
Return the statistics collected.
|
ValueStatistics |
TimedMetric.getCollectedSuccessStatistics()
Return the success statistics.
|
ValueStatistics |
TimedMetric.getErrorStatistics(boolean reset)
Return the error success statistics choosing is the underlying statistics should be reset.
|
ValueStatistics |
TimedMetric.getSuccessStatistics(boolean reset)
Return the current success statistics choosing is the underlying statistics should be reset.
|
Copyright © 2014. All Rights Reserved.