| Modifier and Type | Class and Description |
|---|---|
class |
CountSlidingWindowAssigner
A
GroupWindowAssigner that windows elements into sliding windows based on the count
number of the elements. |
class |
CountTumblingWindowAssigner
A
GroupWindowAssigner that windows elements into fixed-size windows based on the count
number of the elements. |
class |
CumulativeWindowAssigner
A
GroupWindowAssigner that windows elements into cumulative windows based on the
timestamp of the elements. |
class |
MergingWindowAssigner<W extends Window>
A
WindowAssigner that can merge windows. |
class |
PanedWindowAssigner<W extends Window>
A
WindowAssigner that window can be split into panes. |
class |
SessionWindowAssigner
A
GroupWindowAssigner that windows elements into sessions based on the timestamp. |
class |
SlidingWindowAssigner
A
GroupWindowAssigner that windows elements into sliding windows based on the timestamp
of the elements. |
class |
TumblingWindowAssigner
A
GroupWindowAssigner that windows elements into fixed-size windows based on the
timestamp of the elements. |
| Modifier and Type | Field and Description |
|---|---|
protected GroupWindowAssigner<W> |
InternalWindowProcessFunction.windowAssigner |
| Constructor and Description |
|---|
GeneralWindowProcessFunction(GroupWindowAssigner<W> windowAssigner,
NamespaceAggsHandleFunctionBase<W> windowAggregator,
long allowedLateness) |
InternalWindowProcessFunction(GroupWindowAssigner<W> windowAssigner,
NamespaceAggsHandleFunctionBase<W> windowAggregator,
long allowedLateness) |
| Modifier and Type | Field and Description |
|---|---|
protected GroupWindowAssigner<?> |
WindowOperatorBuilder.windowAssigner |
| Modifier and Type | Method and Description |
|---|---|
WindowOperatorBuilder |
WindowOperatorBuilder.assigner(GroupWindowAssigner<?> windowAssigner) |
| Modifier and Type | Field and Description |
|---|---|
protected GroupWindowAssigner<TimeWindow> |
WindowTableFunctionOperatorBase.windowAssigner |
| Constructor and Description |
|---|
AlignedWindowTableFunctionOperator(GroupWindowAssigner<TimeWindow> windowAssigner,
int rowtimeIndex,
java.time.ZoneId shiftTimeZone) |
UnalignedWindowTableFunctionOperator(GroupWindowAssigner<TimeWindow> windowAssigner,
org.apache.flink.api.common.typeutils.TypeSerializer<TimeWindow> windowSerializer,
org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.data.RowData> inputSerializer,
int rowtimeIndex,
java.time.ZoneId shiftTimeZone) |
WindowTableFunctionOperatorBase(GroupWindowAssigner<TimeWindow> windowAssigner,
int rowtimeIndex,
java.time.ZoneId shiftTimeZone) |
| Modifier and Type | Class and Description |
|---|---|
static class |
UnsliceAssigners.WindowedUnsliceAssigner
The
UnsliceAssigner for elements have been merged into unslicing windows and attached
window start and end timestamps. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.