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 Details

    • getWindowStateMergingConsumer

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