| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.runtime.operators.window.assigners |
| 限定符和类型 | 方法和说明 |
|---|---|
static CumulativeWindowAssigner |
CumulativeWindowAssigner.of(java.time.Duration maxSize,
java.time.Duration step)
Creates a new
CumulativeWindowAssigner that assigns elements to cumulative time
windows based on the element timestamp. |
CumulativeWindowAssigner |
CumulativeWindowAssigner.withEventTime() |
CumulativeWindowAssigner |
CumulativeWindowAssigner.withOffset(java.time.Duration offset) |
CumulativeWindowAssigner |
CumulativeWindowAssigner.withProcessingTime() |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.