Uses of Interface
org.apache.flink.table.runtime.operators.window.groupwindow.internal.InternalWindowProcessFunction.Context
Packages that use InternalWindowProcessFunction.Context
Package
Description
-
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.ContextModifier and TypeMethodDescriptionvoidCountSlidingWindowAssigner.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.internalModifier and TypeInterfaceDescriptionstatic interfaceMergingWindowProcessFunction.MergingContext<K,W extends Window> Fields in org.apache.flink.table.runtime.operators.window.groupwindow.internal declared as InternalWindowProcessFunction.ContextModifier and TypeFieldDescriptionprotected InternalWindowProcessFunction.Context<K,W> InternalWindowProcessFunction.ctxMethods in org.apache.flink.table.runtime.operators.window.groupwindow.internal with parameters of type InternalWindowProcessFunction.ContextModifier and TypeMethodDescriptionvoidInternalWindowProcessFunction.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.ContextModifierConstructorDescriptionDefaultAccMergingConsumer(InternalWindowProcessFunction.Context<?, W> ctx, NamespaceAggsHandleFunctionBase<W> windowAggregator)