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