@Internal public class AggregateEvictingWindowReaderFunction<IN,ACC,R,OUT,KEY,W extends org.apache.flink.streaming.api.windowing.windows.Window> extends EvictingWindowReaderFunction<IN,R,OUT,KEY,W>
WindowReaderFunction.Context<W extends org.apache.flink.streaming.api.windowing.windows.Window>| 构造器和说明 |
|---|
AggregateEvictingWindowReaderFunction(WindowReaderFunction<R,OUT,KEY,W> wrappedFunction,
org.apache.flink.api.common.functions.AggregateFunction<IN,ACC,R> aggFunction) |
| 限定符和类型 | 方法和说明 |
|---|---|
Iterable<R> |
transform(Iterable<org.apache.flink.streaming.runtime.streamrecord.StreamRecord<IN>> elements) |
close, open, readWindow, setRuntimeContextCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.