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.
| Constructor and Description |
|---|
DefaultAccMergingConsumer(InternalWindowProcessFunction.Context<?,W> ctx,
NamespaceAggsHandleFunctionBase<W> windowAggregator) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(W stateWindowResult,
Collection<W> stateWindowsToBeMerged) |
public DefaultAccMergingConsumer(InternalWindowProcessFunction.Context<?,W> ctx, NamespaceAggsHandleFunctionBase<W> windowAggregator)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.