@PublicEvolving public final class BoundedOutOfOrderTimestamps extends PeriodicWatermarkAssigner
Emits watermarks which are the maximum observed timestamp minus the specified delay.
| 构造器和说明 |
|---|
BoundedOutOfOrderTimestamps(long delay) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
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 BoundedOutOfOrderTimestamps(long delay)
delay - The delay by which watermarks are behind the maximum observed timestamp.public void nextTimestamp(long timestamp)
PeriodicWatermarkAssignernextTimestamp 在类中 PeriodicWatermarkAssignertimestamp - The next timestamp to update the assigner.public org.apache.flink.streaming.api.watermark.Watermark getWatermark()
PeriodicWatermarkAssignergetWatermark 在类中 PeriodicWatermarkAssignerpublic Map<String,String> toProperties()
toProperties 在接口中 org.apache.flink.table.descriptors.DescriptortoProperties 在类中 org.apache.flink.table.sources.wmstrategies.WatermarkStrategyCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.