@PublicEvolving public final class AscendingTimestamps extends PeriodicWatermarkAssigner
Emits a watermark of the maximum observed timestamp so far minus 1. Rows that have a timestamp equal to the max timestamp are not late.
| 构造器和说明 |
|---|
AscendingTimestamps() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
org.apache.flink.streaming.api.watermark.Watermark |
getWatermark()
Returns the current watermark.
|
int |
hashCode() |
void |
nextTimestamp(long timestamp)
Updates the assigner with the next timestamp.
|
Map<String,String> |
toProperties() |
public void nextTimestamp(long timestamp)
PeriodicWatermarkAssignernextTimestamp 在类中 PeriodicWatermarkAssignertimestamp - The next timestamp to update the assigner.public Map<String,String> toProperties()
toProperties 在接口中 org.apache.flink.table.descriptors.DescriptortoProperties 在类中 org.apache.flink.table.sources.wmstrategies.WatermarkStrategypublic org.apache.flink.streaming.api.watermark.Watermark getWatermark()
PeriodicWatermarkAssignergetWatermark 在类中 PeriodicWatermarkAssignerCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.