@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.| 构造器和说明 |
|---|
BroadcastStateBootstrapOperator(long timestamp,
org.apache.flink.core.fs.Path savepointPath,
BroadcastStateBootstrapFunction<IN> function) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
endInput() |
void |
open() |
void |
processElement(org.apache.flink.streaming.runtime.streamrecord.StreamRecord<IN> element) |
close, dispose, getUserFunction, getUserFunctionParameters, initializeState, notifyCheckpointComplete, 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, waitprocessLatencyMarker, processWatermarkpublic BroadcastStateBootstrapOperator(long timestamp,
org.apache.flink.core.fs.Path savepointPath,
BroadcastStateBootstrapFunction<IN> function)
public void open()
throws Exception
open 在接口中 org.apache.flink.streaming.api.operators.StreamOperator<TaggedOperatorSubtaskState>open 在类中 org.apache.flink.streaming.api.operators.AbstractUdfStreamOperator<TaggedOperatorSubtaskState,BroadcastStateBootstrapFunction<IN>>Exceptionpublic void processElement(org.apache.flink.streaming.runtime.streamrecord.StreamRecord<IN> element) throws Exception
processElement 在接口中 org.apache.flink.streaming.api.operators.OneInputStreamOperator<IN,TaggedOperatorSubtaskState>ExceptionCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.