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, combineSecondclose, getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContextpublic 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.CoGroupFunctionjava.lang.Exception