public static class GeneratedWatermarkGeneratorSupplier.DefaultWatermarkGenerator extends Object implements org.apache.flink.api.common.eventtime.WatermarkGenerator<org.apache.flink.table.data.RowData>, Serializable
WatermarkGenerator.| Constructor and Description |
|---|
DefaultWatermarkGenerator(WatermarkGenerator watermarkGenerator,
org.apache.flink.table.watermark.WatermarkEmitStrategy watermarkEmitStrategy) |
| Modifier and Type | Method and Description |
|---|---|
void |
onEvent(org.apache.flink.table.data.RowData event,
long eventTimestamp,
org.apache.flink.api.common.eventtime.WatermarkOutput output) |
void |
onPeriodicEmit(org.apache.flink.api.common.eventtime.WatermarkOutput output) |
public DefaultWatermarkGenerator(WatermarkGenerator watermarkGenerator, org.apache.flink.table.watermark.WatermarkEmitStrategy watermarkEmitStrategy)
public void onEvent(org.apache.flink.table.data.RowData event,
long eventTimestamp,
org.apache.flink.api.common.eventtime.WatermarkOutput output)
onEvent in interface org.apache.flink.api.common.eventtime.WatermarkGenerator<org.apache.flink.table.data.RowData>public void onPeriodicEmit(org.apache.flink.api.common.eventtime.WatermarkOutput output)
onPeriodicEmit in interface org.apache.flink.api.common.eventtime.WatermarkGenerator<org.apache.flink.table.data.RowData>Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.