Package org.apache.flink.streaming.api.functions
-
Interface Summary Interface Description AssignerWithPeriodicWatermarks<T> Deprecated. AssignerWithPunctuatedWatermarks<T> Deprecated. TimestampAssigner<T> Deprecated. useTimestampAssigner -
Class Summary Class Description AscendingTimestampExtractor<T> Deprecated. ExtendAscendingTimestampExtractorinstead.IngestionTimeExtractor<T> Deprecated. KeyedProcessFunction<K,I,O> A keyed function that processes elements of a stream.ProcessFunction<I,O> A function that processes elements of a stream.