KeyedCoProcessOperator which takes KeyedCoProcessFunction@Deprecated @Internal public class LegacyKeyedCoProcessOperator<K,IN1,IN2,OUT> extends AbstractUdfStreamOperator<OUT,CoProcessFunction<IN1,IN2,OUT>> implements TwoInputStreamOperator<IN1,IN2,OUT>, Triggerable<K,org.apache.flink.runtime.state.VoidNamespace>
StreamOperator for executing keyed CoProcessFunctions.userFunctionchainingStrategy, config, latencyStats, LOG, metrics, output, processingTimeService| Constructor and Description |
|---|
LegacyKeyedCoProcessOperator(CoProcessFunction<IN1,IN2,OUT> flatMapper)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected TimestampedCollector<OUT> |
getCollector()
Deprecated.
|
void |
onEventTime(InternalTimer<K,org.apache.flink.runtime.state.VoidNamespace> timer)
Deprecated.
Invoked when an event-time timer fires.
|
void |
onProcessingTime(InternalTimer<K,org.apache.flink.runtime.state.VoidNamespace> timer)
Deprecated.
Invoked when a processing-time timer fires.
|
void |
open()
Deprecated.
This method is called immediately before any elements are processed, it should contain the
operator's initialization logic, e.g.
|
void |
processElement1(StreamRecord<IN1> element)
Deprecated.
Processes one element that arrived on the first input of this two-input operator.
|
void |
processElement2(StreamRecord<IN2> element)
Deprecated.
Processes one element that arrived on the second input of this two-input operator.
|
close, dispose, getUserFunction, getUserFunctionParameters, initializeState, notifyCheckpointAborted, notifyCheckpointComplete, setOutputType, setup, snapshotStategetChainingStrategy, getContainingTask, getCurrentKey, getExecutionConfig, getInternalTimerService, getKeyedStateBackend, getKeyedStateStore, getMetricGroup, getOperatorConfig, getOperatorID, getOperatorName, getOperatorStateBackend, getOrCreateKeyedState, getPartitionedState, getPartitionedState, getProcessingTimeService, getRuntimeContext, getTimeServiceManager, getUserCodeClassloader, initializeState, isUsingCustomRawKeyedState, prepareSnapshotPreBarrier, processLatencyMarker, processLatencyMarker1, processLatencyMarker2, processWatermark, processWatermark1, processWatermark2, reportOrForwardLatencyMarker, setChainingStrategy, setCurrentKey, setKeyContextElement1, setKeyContextElement2, setProcessingTimeService, snapshotStateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocessLatencyMarker1, processLatencyMarker2, processWatermark1, processWatermark2close, dispose, getMetricGroup, getOperatorID, initializeState, prepareSnapshotPreBarrier, setKeyContextElement1, setKeyContextElement2, snapshotStatenotifyCheckpointAborted, notifyCheckpointCompletegetCurrentKey, setCurrentKeypublic LegacyKeyedCoProcessOperator(CoProcessFunction<IN1,IN2,OUT> flatMapper)
public void open()
throws Exception
AbstractStreamOperatorThe default implementation does nothing.
open in interface StreamOperator<OUT>open in class AbstractUdfStreamOperator<OUT,CoProcessFunction<IN1,IN2,OUT>>Exception - An exception in this method causes the operator to fail.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>Exceptionpublic void onEventTime(InternalTimer<K,org.apache.flink.runtime.state.VoidNamespace> timer) throws Exception
TriggerableonEventTime in interface Triggerable<K,org.apache.flink.runtime.state.VoidNamespace>Exceptionpublic void onProcessingTime(InternalTimer<K,org.apache.flink.runtime.state.VoidNamespace> timer) throws Exception
TriggerableonProcessingTime in interface Triggerable<K,org.apache.flink.runtime.state.VoidNamespace>Exceptionprotected TimestampedCollector<OUT> getCollector()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.