| Package | Description |
|---|---|
| org.apache.flink.table.runtime.operators.window.groupwindow.assigners |
| Modifier and Type | Method and Description |
|---|---|
SessionWindowAssigner |
SessionWindowAssigner.withEventTime() |
static SessionWindowAssigner |
SessionWindowAssigner.withGap(java.time.Duration size)
Creates a new
SessionWindowAssigner GroupWindowAssigner that assigns elements
to sessions based on the timestamp. |
SessionWindowAssigner |
SessionWindowAssigner.withProcessingTime() |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.