public class LocalExtendedStatisticsContainer extends BaseExtendedStatisticsContainer
LocalExtendedStatisticsContainer
stats
Constructor and Description |
---|
LocalExtendedStatisticsContainer() |
Modifier and Type | Method and Description |
---|---|
protected int |
getIndex(ExtendedStatistic statistic) |
void |
mergeTo(ConcurrentGlobalContainer globalContainer)
it merges in
this the statistic's values in other . |
String |
toString() |
addValue, getValue
public final void mergeTo(ConcurrentGlobalContainer globalContainer)
ExtendedStatisticsContainer
this
the statistic's values in other
. If for some reason the other
cannot be
merged, it fails silentlyprotected final int getIndex(ExtendedStatistic statistic)
getIndex
in class BaseExtendedStatisticsContainer
ExtendedStatistic.NO_INDEX
if the
statistic does not exist in this containerCopyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.