@Public public final class NoWatermarksGenerator<E> extends Object implements WatermarkGenerator<E>
WatermarkGenerator
that generates no Watermarks.Constructor and Description |
---|
NoWatermarksGenerator() |
Modifier and Type | Method and Description |
---|---|
void |
onEvent(E event,
long eventTimestamp,
WatermarkOutput output)
Called for every event, allows the watermark generator to examine and remember the event
timestamps, or to emit a watermark based on the event itself.
|
void |
onPeriodicEmit(WatermarkOutput output)
Called periodically, and might emit a new watermark, or not.
|
public void onEvent(E event, long eventTimestamp, WatermarkOutput output)
WatermarkGenerator
onEvent
in interface WatermarkGenerator<E>
public void onPeriodicEmit(WatermarkOutput output)
WatermarkGenerator
The interval in which this method is called and Watermarks are generated depends on ExecutionConfig.getAutoWatermarkInterval()
.
onPeriodicEmit
in interface WatermarkGenerator<E>
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.