KS - The key type of the input keyed stream.IN1 - The input type of the keyed (non-broadcast) side.IN2 - The input type of the broadcast side.OUT - The output type of the operator.@Internal public class CoBroadcastWithKeyedOperator<KS,IN1,IN2,OUT> extends AbstractUdfStreamOperator<OUT,KeyedBroadcastProcessFunction<KS,IN1,IN2,OUT>> implements TwoInputStreamOperator<IN1,IN2,OUT>, Triggerable<KS,org.apache.flink.runtime.state.VoidNamespace>
TwoInputStreamOperator for executing KeyedBroadcastProcessFunctions.userFunctionchainingStrategy, config, latencyStats, LOG, metrics, output, processingTimeService| 构造器和说明 |
|---|
CoBroadcastWithKeyedOperator(KeyedBroadcastProcessFunction<KS,IN1,IN2,OUT> function,
List<org.apache.flink.api.common.state.MapStateDescriptor<?,?>> broadcastStateDescriptors) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onEventTime(InternalTimer<KS,org.apache.flink.runtime.state.VoidNamespace> timer)
Invoked when an event-time timer fires.
|
void |
onProcessingTime(InternalTimer<KS,org.apache.flink.runtime.state.VoidNamespace> timer)
Invoked when a processing-time timer fires.
|
void |
open()
This method is called immediately before any elements are processed, it should contain the
operator's initialization logic, e.g. state initialization.
|
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, 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, numEventTimeTimers, numProcessingTimeTimers, 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 void open()
throws Exception
AbstractStreamOperatorThe default implementation does nothing.
open 在接口中 StreamOperator<OUT>open 在类中 AbstractUdfStreamOperator<OUT,KeyedBroadcastProcessFunction<KS,IN1,IN2,OUT>>Exception - An exception in this method causes the operator to fail.public void processElement1(StreamRecord<IN1> element) throws Exception
TwoInputStreamOperatorprocessElement1 在接口中 TwoInputStreamOperator<IN1,IN2,OUT>Exceptionpublic void processElement2(StreamRecord<IN2> element) throws Exception
TwoInputStreamOperatorprocessElement2 在接口中 TwoInputStreamOperator<IN1,IN2,OUT>Exceptionpublic void onEventTime(InternalTimer<KS,org.apache.flink.runtime.state.VoidNamespace> timer) throws Exception
TriggerableonEventTime 在接口中 Triggerable<KS,org.apache.flink.runtime.state.VoidNamespace>Exceptionpublic void onProcessingTime(InternalTimer<KS,org.apache.flink.runtime.state.VoidNamespace> timer) throws Exception
TriggerableonProcessingTime 在接口中 Triggerable<KS,org.apache.flink.runtime.state.VoidNamespace>ExceptionCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.