Class PanedWindowProcessFunction<K,W extends Window>

java.lang.Object
org.apache.flink.table.runtime.operators.window.groupwindow.internal.InternalWindowProcessFunction<K,W>
org.apache.flink.table.runtime.operators.window.groupwindow.internal.PanedWindowProcessFunction<K,W>
Type Parameters:
W - The type of Window that assigner assigns.
All Implemented Interfaces:
Serializable

public class PanedWindowProcessFunction<K,W extends Window> extends InternalWindowProcessFunction<K,W>
See Also: