Package org.apache.flink.streaming.runtime.operators
-
Class Summary Class Description TimestampsAndWatermarksOperator<T> A stream operator that may do one or both of the following: extract timestamps from events and generate watermarks.TimestampsAndWatermarksOperator.WatermarkEmitter Implementation of theWatermarkEmitter
, based on the components that are available inside a stream operator.TimestampsAndWatermarksOperatorFactory<T>