@Internal public class ReduceApplyAllWindowFunction<W extends Window,T,R> extends org.apache.flink.api.java.operators.translation.WrappingFunction<AllWindowFunction<T,R,W>> implements AllWindowFunction<T,R,W>
AllWindowFunction that is used for implementing a fold on a window configuration
that only allows AllWindowFunction and cannot directly execute a ReduceFunction.| 构造器和说明 |
|---|
ReduceApplyAllWindowFunction(org.apache.flink.api.common.functions.ReduceFunction<T> reduceFunction,
AllWindowFunction<T,R,W> windowFunction) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
apply(W window,
Iterable<T> input,
org.apache.flink.util.Collector<R> out)
Evaluates the window and outputs none or several elements.
|
close, getWrappedFunction, open, setRuntimeContextpublic ReduceApplyAllWindowFunction(org.apache.flink.api.common.functions.ReduceFunction<T> reduceFunction, AllWindowFunction<T,R,W> windowFunction)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.