Package org.apache.flink.datastream.impl.extension.eventtime.functions
-
Class Summary Class Description EventTimeWrappedOneInputStreamProcessFunction<IN,OUT> The wrappedOneInputEventTimeStreamProcessFunctionthat take care of event-time alignment with idleness.EventTimeWrappedTwoInputBroadcastStreamProcessFunction<IN1,IN2,OUT> The wrappedTwoInputBroadcastEventTimeStreamProcessFunctionthat take care of event-time alignment with idleness.EventTimeWrappedTwoInputNonBroadcastStreamProcessFunction<IN1,IN2,OUT> The wrappedTwoInputNonBroadcastEventTimeStreamProcessFunctionthat take care of event-time alignment with idleness.EventTimeWrappedTwoOutputStreamProcessFunction<IN,OUT1,OUT2> The wrappedTwoOutputEventTimeStreamProcessFunctionthat take care of event-time alignment with idleness.ExtractEventTimeProcessFunction<IN> A specialized process function designed for extracting event timestamps.