Uses of Interface
org.apache.flink.streaming.api.operators.source.TimestampsAndWatermarks.WatermarkUpdateListener
Packages that use TimestampsAndWatermarks.WatermarkUpdateListener
Package
Description
-
Uses of TimestampsAndWatermarks.WatermarkUpdateListener in org.apache.flink.streaming.api.operators
Classes in org.apache.flink.streaming.api.operators that implement TimestampsAndWatermarks.WatermarkUpdateListenerModifier and TypeClassDescriptionclassSourceOperator<OUT,SplitT extends org.apache.flink.api.connector.source.SourceSplit> Base source operator only used for integrating the source reader which is proposed by FLIP-27. -
Uses of TimestampsAndWatermarks.WatermarkUpdateListener in org.apache.flink.streaming.api.operators.source
Methods in org.apache.flink.streaming.api.operators.source with parameters of type TimestampsAndWatermarks.WatermarkUpdateListenerModifier and TypeMethodDescriptionorg.apache.flink.api.connector.source.ReaderOutput<T>NoOpTimestampsAndWatermarks.createMainOutput(PushingAsyncDataInput.DataOutput<T> output, TimestampsAndWatermarks.WatermarkUpdateListener watermarkEmitted) org.apache.flink.api.connector.source.ReaderOutput<T>ProgressiveTimestampsAndWatermarks.createMainOutput(PushingAsyncDataInput.DataOutput<T> output, TimestampsAndWatermarks.WatermarkUpdateListener watermarkUpdateListener) org.apache.flink.api.connector.source.ReaderOutput<T>TimestampsAndWatermarks.createMainOutput(PushingAsyncDataInput.DataOutput<T> output, TimestampsAndWatermarks.WatermarkUpdateListener watermarkCallback) Creates the ReaderOutput for the source reader, than internally runs the timestamp extraction and watermark generation.Constructors in org.apache.flink.streaming.api.operators.source with parameters of type TimestampsAndWatermarks.WatermarkUpdateListenerModifierConstructorDescriptionWatermarkToDataOutput(PushingAsyncDataInput.DataOutput<?> output, TimestampsAndWatermarks.WatermarkUpdateListener watermarkEmitted) Creates a new WatermarkOutput against the given DataOutput.