Package | Description |
---|---|
org.apache.flink.table.runtime.operators.window.assigners |
Modifier and Type | Method and Description |
---|---|
static TumblingWindowAssigner |
TumblingWindowAssigner.of(java.time.Duration size)
Creates a new
TumblingWindowAssigner WindowAssigner that assigns elements to
time windows based on the element timestamp. |
TumblingWindowAssigner |
TumblingWindowAssigner.withEventTime() |
TumblingWindowAssigner |
TumblingWindowAssigner.withOffset(java.time.Duration offset)
Creates a new
TumblingWindowAssigner WindowAssigner that assigns elements to
time windows based on the element timestamp and offset. |
TumblingWindowAssigner |
TumblingWindowAssigner.withProcessingTime() |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.