public static final class TimestampsAndWatermarksOperator.WatermarkEmitter extends Object implements org.apache.flink.api.common.eventtime.WatermarkOutput
WatermarkEmitter, based on the components that are available
inside a stream operator.| Constructor and Description |
|---|
WatermarkEmitter(Output<?> output) |
| Modifier and Type | Method and Description |
|---|---|
void |
emitWatermark(org.apache.flink.api.common.eventtime.Watermark watermark) |
void |
markActive() |
void |
markIdle() |
public WatermarkEmitter(Output<?> output)
public void emitWatermark(org.apache.flink.api.common.eventtime.Watermark watermark)
emitWatermark in interface org.apache.flink.api.common.eventtime.WatermarkOutputpublic void markIdle()
markIdle in interface org.apache.flink.api.common.eventtime.WatermarkOutputpublic void markActive()
markActive in interface org.apache.flink.api.common.eventtime.WatermarkOutputCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.