IN1 - The type of the elements in the first input.IN2 - The type of the elements in the second input.OUT - The type of the result elements.public abstract class RichCoGroupFunction<IN1,IN2,OUT> extends AbstractRichFunction implements CoGroupFunction<IN1,IN2,OUT>
CoGroupFunction. As a RichFunction, it gives access to the
RuntimeContext and provides setup and teardown methods:
RichFunction.open(org.apache.flink.configuration.Configuration) and
RichFunction.close().| Constructor and Description |
|---|
RichCoGroupFunction() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
coGroup(Iterable<IN1> first,
Iterable<IN2> second,
Collector<OUT> out) |
close, getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContextCopyright © 2014 The Apache Software Foundation. All rights reserved.