public class TimeSlidingWindowSumLongAccumulator extends AbstractTimeSlidingWindowAccumulator<Long,SumLongAccumulator>
Constructor and Description |
---|
TimeSlidingWindowSumLongAccumulator(int windowSize)
Creates a new sum accumulator with the sliding window of a given size.
|
Copyright © 2010–2017 PerfCake Community. All rights reserved.