public static class MergingWindowProcessFunction.DefaultAccMergingConsumer<W extends Window> extends Object implements org.apache.flink.util.function.BiConsumerWithException<W,Collection<W>,Throwable>
The first parameter is the target state window, the second parameter is the windows that need to be merged.
| 构造器和说明 |
|---|
DefaultAccMergingConsumer(InternalWindowProcessFunction.Context<?,W> ctx,
NamespaceAggsHandleFunctionBase<W> windowAggregator) |
public DefaultAccMergingConsumer(InternalWindowProcessFunction.Context<?,W> ctx, NamespaceAggsHandleFunctionBase<W> windowAggregator)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.