@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>| Constructor and Description |
|---|
AggregateEvictingWindowReaderFunction(WindowReaderFunction<R,OUT,KEY,W> wrappedFunction,
org.apache.flink.api.common.functions.AggregateFunction<IN,ACC,R> aggFunction) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<R> |
transform(Iterable<org.apache.flink.streaming.runtime.streamrecord.StreamRecord<IN>> elements) |
close, open, readWindow, setRuntimeContextCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.