public class TimeSlidingWindowMaxAccumulator extends AbstractTimeSlidingWindowAccumulator<Double,MaxAccumulator>
Constructor and Description |
---|
TimeSlidingWindowMaxAccumulator(int windowSize)
Creates a maximal value average accumulator with the sliding window of a given size.
|
Copyright © 2010–2017 PerfCake Community. All rights reserved.