IN
- Type of the input elements.OUT
- Type of the returned elements.public abstract class RichFlatMapFunction<IN,OUT> extends AbstractRichFunction implements FlatMapFunction<IN,OUT>
FlatMapFunction
. 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 |
---|
RichFlatMapFunction() |
Modifier and Type | Method and Description |
---|---|
abstract void |
flatMap(IN value,
Collector<OUT> out) |
close, getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContext
Copyright © 2014 The Apache Software Foundation. All rights reserved.