@PublicEvolving
public abstract class PunctuatedWatermarkAssigner
extends org.apache.flink.table.sources.wmstrategies.WatermarkStrategy
| Constructor and Description |
|---|
PunctuatedWatermarkAssigner() |
| Modifier and Type | Method and Description |
|---|---|
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–2021 The Apache Software Foundation. All rights reserved.