| Package | Description |
|---|---|
| org.apache.flink.table.runtime.operators.window.assigners | |
| org.apache.flink.table.runtime.operators.window.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
SessionWindowAssigner
A
WindowAssigner that windows elements into sessions based on the timestamp. |
| Constructor and Description |
|---|
MergingWindowProcessFunction(MergingWindowAssigner<W> windowAssigner,
NamespaceAggsHandleFunctionBase<W> windowAggregator,
org.apache.flink.api.common.typeutils.TypeSerializer<W> windowSerializer,
long allowedLateness) |
MergingWindowSet(MergingWindowAssigner<W> windowAssigner,
org.apache.flink.api.common.state.MapState<W,W> mapping)
Restores a
MergingWindowSet from the given state. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.