Package | Description |
---|---|
org.apache.flink.table.runtime.operators.window.assigners |
Modifier and Type | Class and Description |
---|---|
class |
CumulativeWindowAssigner
A
WindowAssigner that windows elements into cumulative windows based on the timestamp of
the elements. |
class |
SessionWindowAssigner
A
WindowAssigner that windows elements into sessions based on the timestamp. |
class |
SlidingWindowAssigner
A
WindowAssigner that windows elements into sliding windows based on the timestamp of the
elements. |
class |
TumblingWindowAssigner
A
WindowAssigner that windows elements into fixed-size windows based on the timestamp of
the elements. |
Modifier and Type | Method and Description |
---|---|
InternalTimeWindowAssigner |
InternalTimeWindowAssigner.withEventTime() |
InternalTimeWindowAssigner |
InternalTimeWindowAssigner.withProcessingTime() |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.