public class StreamMap<IN,OUT> extends AbstractUdfStreamOperator<OUT,org.apache.flink.api.common.functions.MapFunction<IN,OUT>> implements OneInputStreamOperator<IN,OUT>
StreamOperator.ChainingStrategyuserFunctionchainingStrategy, executionConfig, inputCopyDisabled, output, runtimeContext| Constructor and Description |
|---|
StreamMap(org.apache.flink.api.common.functions.MapFunction<IN,OUT> mapper) |
| Modifier and Type | Method and Description |
|---|---|
void |
processElement(IN element) |
close, confirmCheckpointCompleted, getStateSnapshotFromFunction, getUserFunction, open, restoreInitialState, setupdisableInputCopy, getChainingStrategy, isInputCopyingDisabled, setChainingStrategyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getChainingStrategy, isInputCopyingDisabled, open, setChainingStrategy, setuppublic void processElement(IN element) throws Exception
processElement in interface OneInputStreamOperator<IN,OUT>ExceptionCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.