Class WindowingStrategy<T,​W extends BoundedWindow>

  • Type Parameters:
    T - type of elements being windowed
    W - BoundedWindow subclass used to represent the windows used by this WindowingStrategy
    All Implemented Interfaces:
    java.io.Serializable

    @Internal
    public class WindowingStrategy<T,​W extends BoundedWindow>
    extends java.lang.Object
    implements java.io.Serializable
    A WindowingStrategy describes the windowing behavior for a specific collection of values. It has both a WindowFn describing how elements are assigned to windows and a Trigger that controls when output is produced for each window.
    See Also:
    Serialized Form