| Package | Description |
|---|---|
| org.apache.flink.streaming.api.windowing.assigners |
| Modifier and Type | Method and Description |
|---|---|
static ProcessingTimeSessionWindows |
ProcessingTimeSessionWindows.withGap(Duration size)
Creates a new
SessionWindows WindowAssigner that assigns elements to sessions
based on the element timestamp. |
static ProcessingTimeSessionWindows |
ProcessingTimeSessionWindows.withGap(Time size)
Deprecated.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.