@Internal public class ProcessEvictingWindowReader<IN,OUT,KEY,W extends Window> extends EvictingWindowReaderFunction<IN,IN,OUT,KEY,W>
WindowReaderFunction.Context<W extends Window>
Constructor and Description |
---|
ProcessEvictingWindowReader(WindowReaderFunction<IN,OUT,KEY,W> wrappedFunction) |
Modifier and Type | Method and Description |
---|---|
Iterable<IN> |
transform(Iterable<StreamRecord<IN>> elements) |
close, open, readWindow, setRuntimeContext
getIterationRuntimeContext, getRuntimeContext
public ProcessEvictingWindowReader(WindowReaderFunction<IN,OUT,KEY,W> wrappedFunction)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.