Interface StreamOperatorStateHandler.CheckpointedStreamOperator
-
- All Known Implementing Classes:
AbstractAsyncStateStreamOperator,AbstractAsyncStateStreamOperatorV2,AbstractAsyncStateUdfStreamOperator,AbstractStreamOperator,AbstractStreamOperatorV2,AbstractUdfStreamOperator,AsyncWaitOperator,BatchCoBroadcastWithKeyedOperator,BatchCoBroadcastWithNonKeyedOperator,BatchGroupedReduceOperator,CacheTransformationTranslator.IdentityStreamOperator,CacheTransformationTranslator.NoOpStreamOperator,CoBroadcastWithKeyedOperator,CoBroadcastWithNonKeyedOperator,CollectSinkOperator,ContinuousFileReaderOperator,CoProcessOperator,CoStreamFlatMap,CoStreamMap,EvictingWindowOperator,GenericWriteAheadSink,GlobalCommitterOperator,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(org.apache.flink.runtime.state.StateInitializationContext context)voidsnapshotState(org.apache.flink.runtime.state.StateSnapshotContext context)
-