public class RemoteExtendedStatisticsContainer extends BaseExtendedStatisticsContainer
RemoteExtendedStatisticsContainer
stats
Constructor and Description |
---|
RemoteExtendedStatisticsContainer() |
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 . |
addValue, getValue
public void mergeTo(ConcurrentGlobalContainer globalContainer)
ExtendedStatisticsContainer
this
the statistic's values in other
. If for some reason the other
cannot be
merged, it fails silentlyprotected 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.