public interface PeakStatisticExpression extends StatisticExpression
StatisticExpression
that tracks the peak value of another
StatisticExpression
. The monitored StatisticExpression
is specified when the PeakStatisticExpression
is created, see StatisticExpressionFactoryImplementation
.StatisticExpressionFactoryImplementation
Modifier and Type | Method and Description |
---|---|
void |
update(StatisticsSet monitoredStatistics,
StatisticsSet peakStorageStatistics)
When called, the peak value of monitored expression applied to
monitoredStatistics is calculated and stored in the
given peakStorageStatistics . |
getDoubleValue, getLongValue, isDouble
void update(StatisticsSet monitoredStatistics, StatisticsSet peakStorageStatistics)
monitoredStatistics
is calculated and stored in the
given peakStorageStatistics
.monitoredStatistics
- The monitored StatisticsSet
.peakStorageStatistics
- The StatisticsSet
in
which to store the result.Copyright © 2000-2014. All Rights Reserved.