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