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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.flink.util.function.BiConsumerWithException<W,Collection<W>,Throwable>getWindowStateMergingConsumer()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 Detail
-
getWindowStateMergingConsumer
org.apache.flink.util.function.BiConsumerWithException<W,Collection<W>,Throwable> getWindowStateMergingConsumer()
Returns the consumer used to merge window state.
-
-