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