| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.runtime.operators.window.assigners |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SessionWindowAssigner
A
WindowAssigner that windows elements into sessions based on the timestamp. |
class |
SlidingWindowAssigner
A
WindowAssigner that windows elements into sliding windows based on the timestamp of the
elements. |
class |
TumblingWindowAssigner
A
WindowAssigner that windows elements into fixed-size windows
based on the timestamp of the elements. |
| 限定符和类型 | 方法和说明 |
|---|---|
InternalTimeWindowAssigner |
InternalTimeWindowAssigner.withEventTime() |
InternalTimeWindowAssigner |
InternalTimeWindowAssigner.withProcessingTime() |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.