public class SumValuesCoGroup extends eu.stratosphere.api.java.record.functions.CoGroupFunction
Constructor and Description |
---|
SumValuesCoGroup() |
Modifier and Type | Method and Description |
---|---|
void |
coGroup(java.util.Iterator<eu.stratosphere.types.Record> records1,
java.util.Iterator<eu.stratosphere.types.Record> records2,
eu.stratosphere.util.Collector<eu.stratosphere.types.Record> out) |
combineFirst, combineSecond
close, getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContext
public SumValuesCoGroup()
public void coGroup(java.util.Iterator<eu.stratosphere.types.Record> records1, java.util.Iterator<eu.stratosphere.types.Record> records2, eu.stratosphere.util.Collector<eu.stratosphere.types.Record> out) throws java.lang.Exception
coGroup
in interface eu.stratosphere.api.common.functions.GenericCoGrouper<eu.stratosphere.types.Record,eu.stratosphere.types.Record,eu.stratosphere.types.Record>
coGroup
in class eu.stratosphere.api.java.record.functions.CoGroupFunction
java.lang.Exception