| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.windowing.assigners |
| 限定符和类型 | 方法和说明 |
|---|---|
static GlobalWindows |
GlobalWindows.create()
Creates a
WindowAssigner that assigns all elements to the same GlobalWindow. |
static GlobalWindows |
GlobalWindows.createWithEndOfStreamTrigger()
Creates a
WindowAssigner that assigns all elements to the same GlobalWindow
and the window is triggered if and only if the input stream is ended. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.