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