Package org.apache.wayang.flink.compiler
Class FlinkCoGroupFunction<InputType0,InputType1,OutputType>
java.lang.Object
org.apache.wayang.flink.compiler.FlinkCoGroupFunction<InputType0,InputType1,OutputType>
- All Implemented Interfaces:
Serializable
,org.apache.flink.api.common.functions.CoGroupFunction<InputType0,
,InputType1, OutputType> org.apache.flink.api.common.functions.Function
public class FlinkCoGroupFunction<InputType0,InputType1,OutputType>
extends Object
implements org.apache.flink.api.common.functions.CoGroupFunction<InputType0,InputType1,OutputType>
Wrapper of of Flink for use in Wayang
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
coGroup
(Iterable<InputType0> iterable, Iterable<InputType1> iterable1, org.apache.flink.util.Collector<OutputType> collector)
-
Constructor Details
-
FlinkCoGroupFunction
public FlinkCoGroupFunction()
-
-
Method Details
-
coGroup
public void coGroup(Iterable<InputType0> iterable, Iterable<InputType1> iterable1, org.apache.flink.util.Collector<OutputType> collector) throws Exception - Specified by:
coGroup
in interfaceorg.apache.flink.api.common.functions.CoGroupFunction<InputType0,
InputType1, OutputType> - Throws:
Exception
-