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