Uses of Interface
org.apache.flink.table.runtime.operators.window.groupwindow.internal.InternalWindowProcessFunction.Context
-
-
Uses of InternalWindowProcessFunction.Context in org.apache.flink.table.runtime.operators.window.groupwindow.assigners
Methods in org.apache.flink.table.runtime.operators.window.groupwindow.assigners with parameters of type InternalWindowProcessFunction.Context Modifier and Type Method Description voidCountSlidingWindowAssigner. open(InternalWindowProcessFunction.Context<?,CountWindow> ctx)voidCountTumblingWindowAssigner. open(InternalWindowProcessFunction.Context<?,CountWindow> ctx)voidGroupWindowAssigner. open(InternalWindowProcessFunction.Context<?,W> ctx)Initialization method for the function. -
Uses of InternalWindowProcessFunction.Context in org.apache.flink.table.runtime.operators.window.groupwindow.internal
Subinterfaces of InternalWindowProcessFunction.Context in org.apache.flink.table.runtime.operators.window.groupwindow.internal Modifier and Type Interface Description static interfaceMergingWindowProcessFunction.MergingContext<K,W extends Window>Fields in org.apache.flink.table.runtime.operators.window.groupwindow.internal declared as InternalWindowProcessFunction.Context Modifier and Type Field Description protected InternalWindowProcessFunction.Context<K,W>InternalWindowProcessFunction. ctxMethods in org.apache.flink.table.runtime.operators.window.groupwindow.internal with parameters of type InternalWindowProcessFunction.Context Modifier and Type Method Description voidInternalWindowProcessFunction. open(InternalWindowProcessFunction.Context<K,W> ctx)Initialization method for the function.voidMergingWindowProcessFunction. open(InternalWindowProcessFunction.Context<K,W> ctx)Constructors in org.apache.flink.table.runtime.operators.window.groupwindow.internal with parameters of type InternalWindowProcessFunction.Context Constructor Description DefaultAccMergingConsumer(InternalWindowProcessFunction.Context<?,W> ctx, NamespaceAggsHandleFunctionBase<W> windowAggregator)
-