Interface MergingWindowProcessFunction.MergingContext<K,​W extends Window>

    • Method Detail

      • getWindowStateMergingConsumer

        org.apache.flink.util.function.BiConsumerWithException<W,​Collection<W>,​Throwable> getWindowStateMergingConsumer()
        Returns the consumer used to merge window state.