Class KeyedWindow<T>

  • All Implemented Interfaces:
    Serializable

    public class KeyedWindow<T>
    extends Object
    implements Serializable
    Transformation depending on Windowing pass on the window/key information using this class
    See Also:
    Serialized Form
    • Constructor Detail

      • KeyedWindow

        public KeyedWindow​(T key,
                           Window window)