public interface ExtendedStatisticsContainer
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(ExtendedStatistic statistic,
double value)
it adds the value to the statistic.
|
double |
getValue(ExtendedStatistic statistic) |
void |
mergeTo(ConcurrentGlobalContainer globalContainer)
it merges in
this the statistic's values in other. |
void addValue(ExtendedStatistic statistic, double value)
double getValue(ExtendedStatistic statistic) throws ExtendedStatisticNotFoundException
ExtendedStatisticNotFoundException - if the statistic was not found in this containervoid mergeTo(ConcurrentGlobalContainer globalContainer)
this the statistic's values in other. If for some reason the other cannot be
merged, it fails silentlyCopyright © 2025 JBoss, a division of Red Hat. All rights reserved.