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