Interface MergingWindowProcessFunction.MergingContext<K,W extends Window>
- All Superinterfaces:
InternalWindowProcessFunction.Context<K,W>
- Enclosing class:
- MergingWindowProcessFunction<K,
W extends Window>
public static interface MergingWindowProcessFunction.MergingContext<K,W extends Window>
extends InternalWindowProcessFunction.Context<K,W>
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.util.function.BiConsumerWithException<W,Collection<W>, Throwable> Returns the consumer used to merge window state.Methods inherited from interface org.apache.flink.table.runtime.operators.window.groupwindow.internal.InternalWindowProcessFunction.Context
clearPreviousState, clearTrigger, clearWindowState, currentKey, currentProcessingTime, currentWatermark, deleteCleanupTimer, getPartitionedState, getShiftTimeZone, getWindowAccumulators, onMerge, setWindowAccumulators
-
Method Details
-
getWindowStateMergingConsumer
org.apache.flink.util.function.BiConsumerWithException<W,Collection<W>, getWindowStateMergingConsumer()Throwable> Returns the consumer used to merge window state.
-