Uses of Class
org.apache.flink.api.java.operators.CoGroupOperator
-
Packages that use CoGroupOperator Package Description org.apache.flink.api.java.operators -
-
Uses of CoGroupOperator in org.apache.flink.api.java.operators
Methods in org.apache.flink.api.java.operators that return CoGroupOperator Modifier and Type Method Description <R> CoGroupOperator<I1,I2,R>CoGroupOperator.CoGroupOperatorSets.CoGroupOperatorSetsPredicate.CoGroupOperatorWithoutFunction. with(org.apache.flink.api.common.functions.CoGroupFunction<I1,I2,R> function)Finalizes a CoGroup transformation by applying aRichCoGroupFunctionto groups of elements with identical keys.CoGroupOperator<I1,I2,OUT>CoGroupOperator. withPartitioner(org.apache.flink.api.common.functions.Partitioner<?> partitioner)Deprecated.Sets a custom partitioner for the CoGroup operation.
-