| Package | Description |
|---|---|
| org.apache.flink.state.api.functions | |
| org.apache.flink.state.api.input.operator.window |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
WindowReaderFunction.readWindow(KEY key,
WindowReaderFunction.Context<W> context,
Iterable<IN> elements,
org.apache.flink.util.Collector<OUT> out)
Evaluates the window and outputs none or several elements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PassThroughReader.readWindow(KEY key,
WindowReaderFunction.Context<W> context,
Iterable<IN> elements,
org.apache.flink.util.Collector<IN> out) |
void |
EvictingWindowReaderFunction.readWindow(KEY key,
WindowReaderFunction.Context<W> context,
Iterable<org.apache.flink.streaming.runtime.streamrecord.StreamRecord<IN>> elements,
org.apache.flink.util.Collector<OUT> out) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.