| Modifier and Type | Method and Description |
|---|---|
SingleOutputStreamOperator<T> |
DataStream.assignTimestampsAndWatermarks(AssignerWithPeriodicWatermarks<T> timestampAndWatermarkAssigner)
Deprecated.
Please use
DataStream.assignTimestampsAndWatermarks(WatermarkStrategy) instead. |
| Modifier and Type | Class and Description |
|---|---|
class |
IngestionTimeExtractor<T>
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AscendingTimestampExtractor<T>
Deprecated.
|
class |
BoundedOutOfOrdernessTimestampExtractor<T>
This is a
AssignerWithPeriodicWatermarks used to emit Watermarks that lag behind the
element with the maximum timestamp (in event time) seen so far by a fixed amount of time,
t_late. |
| Constructor and Description |
|---|
AssignerWithPeriodicWatermarksAdapter(AssignerWithPeriodicWatermarks<T> wms) |
Strategy(AssignerWithPeriodicWatermarks<T> wms) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.