Interface StreamOperatorStateHandler.CheckpointedStreamOperator
-
- All Known Implementing Classes:
AbstractAsyncStateStreamOperator,AbstractAsyncStateStreamOperatorV2,AbstractAsyncStateUdfStreamOperator,AbstractStreamOperator,AbstractStreamOperatorV2,AbstractUdfStreamOperator,BatchCoBroadcastWithKeyedOperator,BatchCoBroadcastWithNonKeyedOperator,BatchGroupedReduceOperator,CacheTransformationTranslator.IdentityStreamOperator,CacheTransformationTranslator.NoOpStreamOperator,CoBroadcastWithKeyedOperator,CoBroadcastWithNonKeyedOperator,CollectSinkOperator,ContinuousFileReaderOperator,CoProcessOperator,CoStreamFlatMap,CoStreamMap,EvictingWindowOperator,IntervalJoinOperator,KeyedCoProcessOperator,KeyedProcessOperator,KeyedSortPartitionOperator,LegacyKeyedCoProcessOperator,LegacyKeyedProcessOperator,MapPartitionOperator,PartitionAggregateOperator,PartitionReduceOperator,ProcessOperator,QueryableAppendingStateOperator,QueryableValueStateOperator,SortPartitionOperator,SourceOperator,StreamFilter,StreamFlatMap,StreamGroupedReduceOperator,StreamMap,StreamProject,StreamSink,StreamSource,TimestampsAndWatermarksOperator,WindowOperator
- Enclosing class:
- StreamOperatorStateHandler
public static interface StreamOperatorStateHandler.CheckpointedStreamOperatorCustom state handling hooks to be invoked byStreamOperatorStateHandler.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinitializeState(StateInitializationContext context)voidsnapshotState(StateSnapshotContext context)
-
-
-
Method Detail
-
initializeState
void initializeState(StateInitializationContext context) throws Exception
- Throws:
Exception
-
snapshotState
void snapshotState(StateSnapshotContext context) throws Exception
- Throws:
Exception
-
-