@PublicEvolving
public abstract class PeriodicWatermarkAssigner
extends org.apache.flink.table.sources.wmstrategies.WatermarkStrategy
| Constructor and Description |
|---|
PeriodicWatermarkAssigner() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.apache.flink.streaming.api.watermark.Watermark |
getWatermark()
Returns the current watermark.
|
abstract void |
nextTimestamp(long timestamp)
Updates the assigner with the next timestamp.
|
public abstract void nextTimestamp(long timestamp)
timestamp - The next timestamp to update the assigner.public abstract org.apache.flink.streaming.api.watermark.Watermark getWatermark()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.