@Internal
public static interface TimestampsAndWatermarks.WatermarkUpdateListener
| 限定符和类型 | 方法和说明 |
|---|---|
void |
updateCurrentEffectiveWatermark(long watermark)
Effective watermark covers the
WatermarkStatus. |
void |
updateCurrentSplitWatermark(String splitId,
long watermark)
Notifies about changes to per split watermarks.
|
void updateCurrentEffectiveWatermark(long watermark)
WatermarkStatus. If an output becomes idle, this
method should be called with Long.MAX_VALUE, but what is more important, once it
becomes active again it should call this method with the last emitted value of the
watermark.void updateCurrentSplitWatermark(String splitId, long watermark)
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.