Package | Description |
---|---|
messif.statistics |
Statistic gathering support.
|
Modifier and Type | Method and Description |
---|---|
protected StatisticSlidingAvgCounter |
StatisticSlidingAvgCounter.cast() |
static StatisticSlidingAvgCounter |
StatisticSlidingAvgCounter.getStatistics(java.lang.String name)
Create new statistic counter with specified name or get the one already existing
|
Modifier and Type | Method and Description |
---|---|
protected void |
StatisticSlidingAvgCounter.setFrom(StatisticSlidingAvgCounter sourceStat)
Set this statistic to values from given statistic
|
protected void |
StatisticSlidingAvgCounter.updateFrom(StatisticSlidingAvgCounter sourceStat)
the final queue should be sorted according to time as required
|