@PublicEvolving
public abstract class PunctuatedWatermarkAssigner
extends org.apache.flink.table.sources.wmstrategies.WatermarkStrategy
| 构造器和说明 |
|---|
PunctuatedWatermarkAssigner() |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract org.apache.flink.streaming.api.watermark.Watermark |
getWatermark(org.apache.flink.types.Row row,
long timestamp)
Returns the watermark for the current row or null if no watermark should be generated.
|
public abstract org.apache.flink.streaming.api.watermark.Watermark getWatermark(org.apache.flink.types.Row row,
long timestamp)
row - The current row.timestamp - The value of the timestamp attribute for the row.Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.