Class SlidingWindowSumBolt

java.lang.Object
org.apache.storm.topology.base.BaseWindowedBolt
org.apache.storm.starter.bolt.SlidingWindowSumBolt
All Implemented Interfaces:
Serializable, IComponent, IWindowedBolt

public class SlidingWindowSumBolt extends BaseWindowedBolt
Computes sliding window sum.
See Also: