Class TumblingWindow

  • All Implemented Interfaces:
    TimeBasedWindowDefinition, WindowDefinition

    public class TumblingWindow
    extends java.lang.Object
    implements TimeBasedWindowDefinition
    A time-based window type. The TimeMeasure size defines the time interval of the window. Tumbling windows are consecutive and a new window starts after its ancestor ended.