@Internal public class KeyedStateBootstrapOperator<K,IN> extends AbstractUdfStreamOperator<TaggedOperatorSubtaskState,KeyedStateBootstrapFunction<K,IN>> implements OneInputStreamOperator<IN,TaggedOperatorSubtaskState>, BoundedOneInput
StreamOperator
for executing KeyedStateBootstrapFunction
's.userFunction
chainingStrategy, config, latencyStats, LOG, metrics, output, processingTimeService
Constructor and Description |
---|
KeyedStateBootstrapOperator(long timestamp,
Path savepointPath,
KeyedStateBootstrapFunction<K,IN> function) |
Modifier and Type | Method and Description |
---|---|
void |
endInput()
It is notified that no more data will arrive on the input.
|
void |
open()
This method is called immediately before any elements are processed, it should contain the
operator's initialization logic, e.g.
|
void |
processElement(StreamRecord<IN> element)
Processes one element that arrived at this operator.
|
close, dispose, getUserFunction, getUserFunctionParameters, initializeState, notifyCheckpointAborted, notifyCheckpointComplete, setOutputType, setup, snapshotState
getChainingStrategy, 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, snapshotState
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
processLatencyMarker, processWatermark
close, dispose, getMetricGroup, getOperatorID, initializeState, prepareSnapshotPreBarrier, setKeyContextElement1, setKeyContextElement2, snapshotState
notifyCheckpointAborted, notifyCheckpointComplete
getCurrentKey, setCurrentKey
public KeyedStateBootstrapOperator(long timestamp, Path savepointPath, KeyedStateBootstrapFunction<K,IN> function)
public void open() throws Exception
AbstractStreamOperator
The default implementation does nothing.
open
in interface StreamOperator<TaggedOperatorSubtaskState>
open
in class AbstractUdfStreamOperator<TaggedOperatorSubtaskState,KeyedStateBootstrapFunction<K,IN>>
Exception
- An exception in this method causes the operator to fail.public void processElement(StreamRecord<IN> element) throws Exception
OneInputStreamOperator
processElement
in interface OneInputStreamOperator<IN,TaggedOperatorSubtaskState>
Exception
public void endInput() throws Exception
BoundedOneInput
endInput
in interface BoundedOneInput
Exception
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.