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