Uses of Class
org.apache.flink.streaming.api.functions.co.ProcessJoinFunction
Packages that use ProcessJoinFunction
Package
Description
-
Uses of ProcessJoinFunction in org.apache.flink.runtime.asyncprocessing.operators
Constructors in org.apache.flink.runtime.asyncprocessing.operators with parameters of type ProcessJoinFunctionModifierConstructorDescriptionAsyncIntervalJoinOperator(long lowerBound, long upperBound, boolean lowerBoundInclusive, boolean upperBoundInclusive, org.apache.flink.util.OutputTag<T1> leftLateDataOutputTag, org.apache.flink.util.OutputTag<T2> rightLateDataOutputTag, org.apache.flink.api.common.typeutils.TypeSerializer<T1> leftTypeSerializer, org.apache.flink.api.common.typeutils.TypeSerializer<T2> rightTypeSerializer, ProcessJoinFunction<T1, T2, OUT> udf) Creates a new IntervalJoinOperator. -
Uses of ProcessJoinFunction in org.apache.flink.streaming.api.datastream
Methods in org.apache.flink.streaming.api.datastream with parameters of type ProcessJoinFunctionModifier and TypeMethodDescription<OUT> SingleOutputStreamOperator<OUT>KeyedStream.IntervalJoined.process(ProcessJoinFunction<IN1, IN2, OUT> processJoinFunction) Completes the join operation with the given user function that is executed for each joined pair of elements.<OUT> SingleOutputStreamOperator<OUT>KeyedStream.IntervalJoined.process(ProcessJoinFunction<IN1, IN2, OUT> processJoinFunction, org.apache.flink.api.common.typeinfo.TypeInformation<OUT> outputType) Completes the join operation with the given user function that is executed for each joined pair of elements. -
Uses of ProcessJoinFunction in org.apache.flink.streaming.api.operators.co
Constructors in org.apache.flink.streaming.api.operators.co with parameters of type ProcessJoinFunctionModifierConstructorDescriptionIntervalJoinOperator(long lowerBound, long upperBound, boolean lowerBoundInclusive, boolean upperBoundInclusive, org.apache.flink.util.OutputTag<T1> leftLateDataOutputTag, org.apache.flink.util.OutputTag<T2> rightLateDataOutputTag, org.apache.flink.api.common.typeutils.TypeSerializer<T1> leftTypeSerializer, org.apache.flink.api.common.typeutils.TypeSerializer<T2> rightTypeSerializer, ProcessJoinFunction<T1, T2, OUT> udf) Creates a new IntervalJoinOperator.