T - The data type of the elements to be combined.public abstract class RichFlatCombineFunction<T> extends AbstractRichFunction implements FlatCombineFunction<T>
FlatCombineFunction. 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 |
|---|
RichFlatCombineFunction() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
combine(Iterable<T> values,
Collector<T> out) |
close, getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContextCopyright © 2014 The Apache Software Foundation. All rights reserved.