| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.runtime.operators.window.assigners | |
| org.apache.flink.table.runtime.operators.window.internal |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SlidingWindowAssigner
A
WindowAssigner that windows elements into sliding windows based on the timestamp of the
elements. |
| 构造器和说明 |
|---|
PanedWindowProcessFunction(PanedWindowAssigner<W> windowAssigner,
NamespaceAggsHandleFunctionBase<W> windowAggregator,
long allowedLateness) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.