Uses of Interface
org.apache.flink.table.runtime.operators.window.internal.InternalWindowProcessFunction.Context
-
Packages that use InternalWindowProcessFunction.Context Package Description org.apache.flink.table.runtime.operators.window.assigners org.apache.flink.table.runtime.operators.window.internal -
-
Uses of InternalWindowProcessFunction.Context in org.apache.flink.table.runtime.operators.window.assigners
Methods in org.apache.flink.table.runtime.operators.window.assigners with parameters of type InternalWindowProcessFunction.Context Modifier and Type Method Description voidCountSlidingWindowAssigner. open(InternalWindowProcessFunction.Context<?,CountWindow> ctx)voidCountTumblingWindowAssigner. open(InternalWindowProcessFunction.Context<?,CountWindow> ctx)voidWindowAssigner. open(InternalWindowProcessFunction.Context<?,W> ctx)Initialization method for the function. -
Uses of InternalWindowProcessFunction.Context in org.apache.flink.table.runtime.operators.window.internal
Fields in org.apache.flink.table.runtime.operators.window.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.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)
-