Class EventTimeWatermarkGeneratorBuilder<T>
java.lang.Object
org.apache.flink.datastream.api.extension.eventtime.strategy.EventTimeWatermarkGeneratorBuilder<T>
A utility class for constructing a processing function that extracts event time and generates
event time watermarks in the
EventTimeExtension.-
Constructor Summary
ConstructorsConstructorDescriptionEventTimeWatermarkGeneratorBuilder(EventTimeExtractor<T> eventTimeExtractor) -
Method Summary
Modifier and TypeMethodDescriptionThe periodic watermark interval will be set to the value specified by PipelineOptions#AUTO_WATERMARK_INTERVAL.periodicWatermark(Duration periodicWatermarkInterval) withIdleness(Duration idleTimeout) withMaxOutOfOrderTime(Duration maxOutOfOrderTime)
-
Constructor Details
-
EventTimeWatermarkGeneratorBuilder
-
-
Method Details
-
withIdleness
-
withMaxOutOfOrderTime
-
noWatermark
-
periodicWatermark
The periodic watermark interval will be set to the value specified by PipelineOptions#AUTO_WATERMARK_INTERVAL. -
periodicWatermark
-
perEventWatermark
-
buildAsProcessFunction
-