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:
java.io.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 java.lang.Object implements org.apache.flink.api.common.functions.CoGroupFunction<InputType0,InputType1,OutputType>
Wrapper ofCoGroupFunction
of Flink for use in Wayang- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FlinkCoGroupFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
coGroup(java.lang.Iterable<InputType0> iterable, java.lang.Iterable<InputType1> iterable1, org.apache.flink.util.Collector<OutputType> collector)
-
-
-
Method Detail
-
coGroup
public void coGroup(java.lang.Iterable<InputType0> iterable, java.lang.Iterable<InputType1> iterable1, org.apache.flink.util.Collector<OutputType> collector) throws java.lang.Exception
- Specified by:
coGroup
in interfaceorg.apache.flink.api.common.functions.CoGroupFunction<InputType0,InputType1,OutputType>
- Throws:
java.lang.Exception
-
-