| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.windowing.assigners |
| 限定符和类型 | 方法和说明 |
|---|---|
static TumblingEventTimeWindows |
TumblingEventTimeWindows.of(Duration size)
Creates a new
TumblingEventTimeWindows WindowAssigner that assigns elements
to time windows based on the element timestamp. |
static TumblingEventTimeWindows |
TumblingEventTimeWindows.of(Duration size,
Duration offset)
Creates a new
TumblingEventTimeWindows WindowAssigner that assigns elements
to time windows based on the element timestamp and offset. |
static TumblingEventTimeWindows |
TumblingEventTimeWindows.of(Duration size,
Duration offset,
WindowStagger windowStagger)
Creates a new
TumblingEventTimeWindows WindowAssigner that assigns elements
to time windows based on the element timestamp, offset and a staggering offset, depending on
the staggering policy. |
static TumblingEventTimeWindows |
TumblingEventTimeWindows.of(Time size)
已过时。
Use
of(Duration) |
static TumblingEventTimeWindows |
TumblingEventTimeWindows.of(Time size,
Time offset)
已过时。
|
static TumblingEventTimeWindows |
TumblingEventTimeWindows.of(Time size,
Time offset,
WindowStagger windowStagger)
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.