Class WindowOperator.WindowContext

java.lang.Object
org.apache.flink.streaming.runtime.operators.windowing.WindowOperator.WindowContext
All Implemented Interfaces:
Serializable, InternalWindowFunction.InternalWindowContext
Enclosing class:
WindowOperator<K,IN,ACC,OUT,W extends Window>

public class WindowOperator.WindowContext extends Object implements InternalWindowFunction.InternalWindowContext
A utility class for handling ProcessWindowFunction invocations. This can be reused by setting the key and window fields. No internal state must be kept in the WindowContext.
See Also: