Package org.apache.flink.table.runtime.operators.window.groupwindow.internal
package org.apache.flink.table.runtime.operators.window.groupwindow.internal
-
ClassDescriptionGeneralWindowProcessFunction<K,
W extends Window> The general implementation ofInternalWindowProcessFunction.InternalWindowProcessFunction<K,W extends Window> The internal interface for functions that process over grouped windows.InternalWindowProcessFunction.Context<K,W extends Window> Information available in an invocation of methods ofInternalWindowProcessFunction.MergingWindowProcessFunction<K,W extends Window> The implementation ofInternalWindowProcessFunctionforMergingWindowAssigner.A default merging consumer that merges the accumulators in state windows that waiting to be merged into the target state window.MergingWindowProcessFunction.MergingContext<K,W extends Window> MergingWindowSet<W extends Window>Utility for keeping track of mergingWindowswhen using aMergingWindowAssignerin aWindowOperator.Callback forMergingWindowSet.addWindow(Window, MergeFunction).PanedWindowProcessFunction<K,W extends Window> The implementation ofInternalWindowProcessFunctionforPanedWindowAssigner.