@Internal public static interface TimestampsAndWatermarks.WatermarkUpdateListener
Modifier and Type | Method and Description |
---|---|
void |
updateCurrentEffectiveWatermark(long watermark)
Update the effective watermark.
|
void |
updateCurrentSplitWatermark(String splitId,
long watermark)
Notifies about changes to per split watermarks.
|
void |
updateIdle(boolean isIdle)
It should be called once the idle is changed.
|
void updateIdle(boolean isIdle)
void updateCurrentEffectiveWatermark(long watermark)
this#updateIdle
instead of update the watermark to Long.MAX_VALUE
. Because the
output needs to distinguish between idle and real watermark.void updateCurrentSplitWatermark(String splitId, long watermark)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.