@Internal public class CoStreamMap<IN1,IN2,OUT> extends AbstractUdfStreamOperator<OUT,CoMapFunction<IN1,IN2,OUT>> implements TwoInputStreamOperator<IN1,IN2,OUT>
StreamOperator for processing
CoMapFunctions.AbstractStreamOperator.CountingOutput<OUT>userFunctionchainingStrategy, config, latencyStats, LOG, metrics, output, timeServiceManager| Constructor and Description |
|---|
CoStreamMap(CoMapFunction<IN1,IN2,OUT> mapper) |
| Modifier and Type | Method and Description |
|---|---|
void |
processElement1(StreamRecord<IN1> element)
Processes one element that arrived on the first input of this two-input operator.
|
void |
processElement2(StreamRecord<IN2> element)
Processes one element that arrived on the second input of this two-input operator.
|
close, dispose, getUserFunction, getUserFunctionParameters, initializeState, notifyCheckpointComplete, open, setOutputType, setup, snapshotStategetChainingStrategy, getContainingTask, getCurrentKey, getExecutionConfig, getInternalTimerService, getKeyedStateBackend, getKeyedStateStore, getMetricGroup, getOperatorConfig, getOperatorID, getOperatorName, getOperatorStateBackend, getOrCreateKeyedState, getPartitionedState, getPartitionedState, getProcessingTimeService, getRuntimeContext, getUserCodeClassloader, initializeState, numEventTimeTimers, numProcessingTimeTimers, prepareSnapshotPreBarrier, processLatencyMarker, processLatencyMarker1, processLatencyMarker2, processWatermark, processWatermark1, processWatermark2, reportOrForwardLatencyMarker, setChainingStrategy, setCurrentKey, setKeyContextElement1, setKeyContextElement2, snapshotStateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocessLatencyMarker1, processLatencyMarker2, processWatermark1, processWatermark2close, dispose, getChainingStrategy, getMetricGroup, getOperatorID, initializeState, open, prepareSnapshotPreBarrier, setChainingStrategy, setKeyContextElement1, setKeyContextElement2, snapshotStatenotifyCheckpointCompletegetCurrentKey, setCurrentKeypublic CoStreamMap(CoMapFunction<IN1,IN2,OUT> mapper)
public void processElement1(StreamRecord<IN1> element) throws Exception
TwoInputStreamOperatorprocessElement1 in interface TwoInputStreamOperator<IN1,IN2,OUT>Exceptionpublic void processElement2(StreamRecord<IN2> element) throws Exception
TwoInputStreamOperatorprocessElement2 in interface TwoInputStreamOperator<IN1,IN2,OUT>ExceptionCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.