Interface IWindowedBolt

All Superinterfaces:
IComponent, Serializable
All Known Subinterfaces:
IStatefulWindowedBolt<T>
All Known Implementing Classes:
BaseStatefulWindowedBolt, BaseWindowedBolt, JoinBolt, SlidingWindowSumBolt, TestWindowBolt, TimeDataVerificationBolt, VerificationBolt

public interface IWindowedBolt extends IComponent
A bolt abstraction for supporting time and count based sliding & tumbling windows.