Uses of Interface
org.apache.flink.streaming.api.operators.source.TimestampsAndWatermarks.WatermarkUpdateListener
-
Packages that use TimestampsAndWatermarks.WatermarkUpdateListener Package Description org.apache.flink.streaming.api.operators org.apache.flink.streaming.api.operators.source -
-
Uses of TimestampsAndWatermarks.WatermarkUpdateListener in org.apache.flink.streaming.api.operators
Classes in org.apache.flink.streaming.api.operators that implement TimestampsAndWatermarks.WatermarkUpdateListener Modifier and Type Class Description classSourceOperator<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.WatermarkUpdateListener Modifier and Type Method Description org.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.WatermarkUpdateListener Constructor Description WatermarkToDataOutput(PushingAsyncDataInput.DataOutput<?> output, TimestampsAndWatermarks.WatermarkUpdateListener watermarkEmitted)Creates a new WatermarkOutput against the given DataOutput.
-