| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.functions | |
| org.apache.flink.streaming.api.functions.timestamps |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
AssignerWithPeriodicWatermarks<T>
已过时。
|
interface |
AssignerWithPunctuatedWatermarks<T>
已过时。
|
| 限定符和类型 | 类和说明 |
|---|---|
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.