| 程序包 | 说明 |
|---|---|
| org.apache.flink.state.api.input.operator.window |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AggregateEvictingWindowReaderFunction<IN,ACC,R,OUT,KEY,W extends org.apache.flink.streaming.api.windowing.windows.Window>
A wrapper for reading an evicting window operator with an aggregate function.
|
class |
ProcessEvictingWindowReader<IN,OUT,KEY,W extends org.apache.flink.streaming.api.windowing.windows.Window>
A wrapper function for reading an evicting window with no pre-aggregation.
|
class |
ReduceEvictingWindowReaderFunction<IN,OUT,KEY,W extends org.apache.flink.streaming.api.windowing.windows.Window>
A wrapper function for reading state from an evicting window operator with a reduce function.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.