Interface TimeBasedWindowDefinition

  • All Superinterfaces:
    WindowDefinition
    All Known Implementing Classes:
    SlidingWindow, TumblingWindow

    public interface TimeBasedWindowDefinition
    extends WindowDefinition
    The TimeBasedWindowDefinition interface is the base class for the subset of time-based window types provided by the Query API, i.e., currently sliding and tumbling windows. All time-based windows provide a TimeCharacteristic indicating if processing of window content is done under consideration of processing or event time. Note that we currently only support event time.