@Internal
public static interface TimestampsAndWatermarks.WatermarkUpdateListener
| 限定符和类型 | 方法和说明 |
|---|---|
void |
updateCurrentEffectiveWatermark(long watermark)
Effective watermark covers the
WatermarkStatus. |
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.Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.