| Package | Description |
|---|---|
| org.apache.flink.streaming.api.windowing.assigners | |
| org.apache.flink.streaming.runtime.operators.windowing |
This package contains the operators that implement the various window operations on data streams.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicEventTimeSessionWindows<T>
A
WindowAssigner that windows elements into sessions based on the timestamp of the
elements. |
class |
DynamicProcessingTimeSessionWindows<T>
A
WindowAssigner that windows elements into sessions based on the current processing
time. |
class |
EventTimeSessionWindows
A
WindowAssigner that windows elements into sessions based on the timestamp of the
elements. |
class |
ProcessingTimeSessionWindows
A
WindowAssigner that windows elements into sessions based on the current processing
time. |
| Constructor and Description |
|---|
MergingWindowSet(MergingWindowAssigner<?,W> windowAssigner,
org.apache.flink.api.common.state.ListState<org.apache.flink.api.java.tuple.Tuple2<W,W>> state)
Restores a
MergingWindowSet from the given state. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.