public class CoStreamFlatMap<IN1,IN2,OUT> extends AbstractUdfStreamOperator<OUT,CoFlatMapFunction<IN1,IN2,OUT>> implements TwoInputStreamOperator<IN1,IN2,OUT>
StreamOperator.ChainingStrategyuserFunctionchainingStrategy, executionConfig, inputCopyDisabled, output, runtimeContext| Constructor and Description |
|---|
CoStreamFlatMap(CoFlatMapFunction<IN1,IN2,OUT> flatMapper) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.flink.util.Collector<OUT> |
getCollector() |
void |
processElement1(IN1 element) |
void |
processElement2(IN2 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 CoStreamFlatMap(CoFlatMapFunction<IN1,IN2,OUT> flatMapper)
public void processElement1(IN1 element) throws Exception
processElement1 in interface TwoInputStreamOperator<IN1,IN2,OUT>Exceptionpublic void processElement2(IN2 element) throws Exception
processElement2 in interface TwoInputStreamOperator<IN1,IN2,OUT>Exceptionprotected org.apache.flink.util.Collector<OUT> getCollector()
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.