@Internal public class BroadcastStateBootstrapOperator<IN> extends org.apache.flink.streaming.api.operators.AbstractUdfStreamOperator<TaggedOperatorSubtaskState,BroadcastStateBootstrapFunction<IN>> implements org.apache.flink.streaming.api.operators.OneInputStreamOperator<IN,TaggedOperatorSubtaskState>, org.apache.flink.streaming.api.operators.BoundedOneInput
StreamOperator for executing BroadcastStateBootstrapFunction's.| Constructor and Description |
|---|
BroadcastStateBootstrapOperator(long timestamp,
org.apache.flink.core.fs.Path savepointPath,
BroadcastStateBootstrapFunction<IN> function) |
| Modifier and Type | Method and Description |
|---|---|
void |
endInput() |
void |
open() |
void |
processElement(org.apache.flink.streaming.runtime.streamrecord.StreamRecord<IN> element) |
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, waitsetKeyContextElementclose, dispose, getMetricGroup, getOperatorID, initializeState, prepareSnapshotPreBarrier, setKeyContextElement1, setKeyContextElement2, snapshotStatenotifyCheckpointAborted, notifyCheckpointCompletepublic BroadcastStateBootstrapOperator(long timestamp,
org.apache.flink.core.fs.Path savepointPath,
BroadcastStateBootstrapFunction<IN> function)
public void open()
throws Exception
open in interface org.apache.flink.streaming.api.operators.StreamOperator<TaggedOperatorSubtaskState>open in class org.apache.flink.streaming.api.operators.AbstractUdfStreamOperator<TaggedOperatorSubtaskState,BroadcastStateBootstrapFunction<IN>>Exceptionpublic void processElement(org.apache.flink.streaming.runtime.streamrecord.StreamRecord<IN> element) throws Exception
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.