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