| 限定符和类型 | 方法和说明 |
|---|---|
SingleOutputStreamOperator<T> |
DataStream.assignTimestampsAndWatermarks(AssignerWithPeriodicWatermarks<T> timestampAndWatermarkAssigner)
已过时。
Please use
DataStream.assignTimestampsAndWatermarks(WatermarkStrategy) instead. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
IngestionTimeExtractor<T>
已过时。
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AscendingTimestampExtractor<T>
已过时。
|
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. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.