| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.windowing.assigners |
| 限定符和类型 | 方法和说明 |
|---|---|
static SlidingProcessingTimeWindows |
SlidingProcessingTimeWindows.of(Duration size,
Duration slide)
Creates a new
SlidingProcessingTimeWindows WindowAssigner that assigns
elements to sliding time windows based on the element timestamp. |
static SlidingProcessingTimeWindows |
SlidingProcessingTimeWindows.of(Duration size,
Duration slide,
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)
|
static SlidingProcessingTimeWindows |
SlidingProcessingTimeWindows.of(Time size,
Time slide,
Time offset)
已过时。
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.