Package org.apache.heron.streamlet
Class KeyedWindow<T>
- java.lang.Object
-
- org.apache.heron.streamlet.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 Summary
Constructors Constructor Description KeyedWindow(T key, Window window)
-