| Package | Description |
|---|---|
| org.apache.flink.streaming.api.datastream | |
| org.apache.flink.streaming.api.functions.timestamps | |
| org.apache.flink.streaming.api.windowing.assigners | |
| org.apache.flink.streaming.api.windowing.evictors | |
| org.apache.flink.streaming.api.windowing.time | |
| org.apache.flink.streaming.api.windowing.triggers | |
| org.apache.flink.streaming.runtime.operators.windowing |
This package contains the operators that implement the various window operations on data streams.
|
| Constructor and Description |
|---|
WithWindow(DataStream<T1> input1,
DataStream<T2> input2,
org.apache.flink.api.java.functions.KeySelector<T1,KEY> keySelector1,
org.apache.flink.api.java.functions.KeySelector<T2,KEY> keySelector2,
org.apache.flink.api.common.typeinfo.TypeInformation<KEY> keyType,
WindowAssigner<? super CoGroupedStreams.TaggedUnion<T1,T2>,W> windowAssigner,
Trigger<? super CoGroupedStreams.TaggedUnion<T1,T2>,? super W> trigger,
Evictor<? super CoGroupedStreams.TaggedUnion<T1,T2>,? super W> evictor,
Time allowedLateness)
|
WithWindow(DataStream<T1> input1,
DataStream<T2> input2,
org.apache.flink.api.java.functions.KeySelector<T1,KEY> keySelector1,
org.apache.flink.api.java.functions.KeySelector<T2,KEY> keySelector2,
org.apache.flink.api.common.typeinfo.TypeInformation<KEY> keyType,
WindowAssigner<? super CoGroupedStreams.TaggedUnion<T1,T2>,W> windowAssigner,
Trigger<? super CoGroupedStreams.TaggedUnion<T1,T2>,? super W> trigger,
Evictor<? super CoGroupedStreams.TaggedUnion<T1,T2>,? super W> evictor,
Time allowedLateness)
|
| Constructor and Description |
|---|
BoundedOutOfOrdernessTimestampExtractor(Time maxOutOfOrderness)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static TumblingProcessingTimeWindows |
TumblingProcessingTimeWindows.of(Time size)
Deprecated.
|
static TumblingEventTimeWindows |
TumblingEventTimeWindows.of(Time size)
Deprecated.
|
static SlidingProcessingTimeWindows |
SlidingProcessingTimeWindows.of(Time size,
Time slide)
|
static TumblingProcessingTimeWindows |
TumblingProcessingTimeWindows.of(Time size,
Time offset)
Deprecated.
|
static SlidingEventTimeWindows |
SlidingEventTimeWindows.of(Time size,
Time slide)
Deprecated.
|
static TumblingEventTimeWindows |
TumblingEventTimeWindows.of(Time size,
Time offset)
Deprecated.
|
static SlidingProcessingTimeWindows |
SlidingProcessingTimeWindows.of(Time size,
Time slide,
Time offset)
Deprecated.
|
static SlidingEventTimeWindows |
SlidingEventTimeWindows.of(Time size,
Time slide,
Time offset)
Deprecated.
|
static TumblingProcessingTimeWindows |
TumblingProcessingTimeWindows.of(Time size,
Time offset,
WindowStagger windowStagger)
|
static TumblingEventTimeWindows |
TumblingEventTimeWindows.of(Time size,
Time offset,
WindowStagger windowStagger)
Deprecated.
|
static ProcessingTimeSessionWindows |
ProcessingTimeSessionWindows.withGap(Time size)
Deprecated.
|
static EventTimeSessionWindows |
EventTimeSessionWindows.withGap(Time size)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static <W extends Window> |
TimeEvictor.of(Time windowSize)
Deprecated.
|
static <W extends Window> |
TimeEvictor.of(Time windowSize,
boolean doEvictAfter)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Time |
Time.days(long days)
Deprecated.
Creates a new
Time that represents the given number of days. |
static Time |
Time.hours(long hours)
Deprecated.
Creates a new
Time that represents the given number of hours. |
static Time |
Time.milliseconds(long milliseconds)
Deprecated.
Creates a new
Time that represents the given number of milliseconds. |
static Time |
Time.minutes(long minutes)
Deprecated.
Creates a new
Time that represents the given number of minutes. |
static Time |
Time.of(Duration duration)
Deprecated.
|
static Time |
Time.of(long size,
TimeUnit unit)
Deprecated.
|
static Time |
Time.seconds(long seconds)
Deprecated.
Creates a new
Time that represents the given number of seconds. |
| Modifier and Type | Method and Description |
|---|---|
static Duration |
Time.toDuration(Time time)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static <W extends Window> |
ContinuousProcessingTimeTrigger.of(Time interval)
Deprecated.
|
static <W extends Window> |
ContinuousEventTimeTrigger.of(Time interval)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WindowOperatorBuilder.allowedLateness(Time lateness)
Deprecated.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.