@Internal public class KeyedStateBootstrapOperator<K,IN> extends org.apache.flink.streaming.api.operators.AbstractUdfStreamOperator<TaggedOperatorSubtaskState,KeyedStateBootstrapFunction<K,IN>> implements org.apache.flink.streaming.api.operators.OneInputStreamOperator<IN,TaggedOperatorSubtaskState>, org.apache.flink.streaming.api.operators.BoundedOneInput
StreamOperator for executing KeyedStateBootstrapFunction's.| Constructor and Description |
|---|
KeyedStateBootstrapOperator(long timestamp,
org.apache.flink.core.fs.Path savepointPath,
KeyedStateBootstrapFunction<K,IN> function) |
| Modifier and Type | Method and Description |
|---|---|
void |
endInput() |
void |
open() |
void |
processElement(org.apache.flink.streaming.runtime.streamrecord.StreamRecord<IN> element) |
close, finish, 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, processWatermarkStatus, processWatermarkStatus1, processWatermarkStatus2, reportOrForwardLatencyMarker, setChainingStrategy, setCurrentKey, setKeyContextElement1, setKeyContextElement2, setProcessingTimeService, snapshotStateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetKeyContextElementclose, finish, getMetricGroup, getOperatorID, initializeState, prepareSnapshotPreBarrier, setKeyContextElement1, setKeyContextElement2, snapshotStatenotifyCheckpointAborted, notifyCheckpointCompletepublic KeyedStateBootstrapOperator(long timestamp,
org.apache.flink.core.fs.Path savepointPath,
KeyedStateBootstrapFunction<K,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,KeyedStateBootstrapFunction<K,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.