public static interface MergingWindowProcessFunction.MergingContext<K,W extends Window> extends InternalWindowProcessFunction.Context<K,W>
Context used for MergingWindowProcessFunction.| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.flink.util.function.BiConsumerWithException<W,Collection<W>,Throwable> |
getWindowStateMergingConsumer()
Returns the consumer used to merge window state.
|
clearPreviousState, clearTrigger, clearWindowState, currentKey, currentProcessingTime, currentWatermark, deleteCleanupTimer, getPartitionedState, getShiftTimeZone, getWindowAccumulators, onMerge, setWindowAccumulatorsorg.apache.flink.util.function.BiConsumerWithException<W,Collection<W>,Throwable> getWindowStateMergingConsumer()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.