| Package | Description |
|---|---|
| org.apache.flink.streaming.api.windowing.assigners |
| Modifier and Type | Method and Description |
|---|---|
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–2025 The Apache Software Foundation. All rights reserved.