Class RichCoFlatMapFunction<IN1,IN2,OUT>
- java.lang.Object
-
- org.apache.flink.api.common.functions.AbstractRichFunction
-
- org.apache.flink.streaming.api.functions.co.RichCoFlatMapFunction<IN1,IN2,OUT>
-
- Type Parameters:
IN1
- Type of the first input.IN2
- Type of the second input.OUT
- Output type.
- All Implemented Interfaces:
Serializable
,Function
,RichFunction
,CoFlatMapFunction<IN1,IN2,OUT>
@Public public abstract class RichCoFlatMapFunction<IN1,IN2,OUT> extends AbstractRichFunction implements CoFlatMapFunction<IN1,IN2,OUT>
A RichCoFlatMapFunction represents a FlatMap transformation with two different input types. In addition to that the user can use the features provided by theRichFunction
interface.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RichCoFlatMapFunction()
-
Method Summary
-
Methods inherited from class org.apache.flink.api.common.functions.AbstractRichFunction
close, getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.flink.streaming.api.functions.co.CoFlatMapFunction
flatMap1, flatMap2
-
-