Package org.apache.flink.state.forst.snapshot
-
Class Summary Class Description ForStIncrementalSnapshotStrategy<K> Snapshot strategy forForStKeyedStateBackendthat is based on disableFileDeletions()+getLiveFiles() of ForSt and creates incremental snapshots.ForStNativeFullSnapshotStrategy<K> Snapshot strategy forForStKeyedStateBackendthat is based on disableFileDeletions()+getLiveFiles() of ForSt and creates full snapshots.ForStSnapshotStrategyBase<K,R extends org.apache.flink.runtime.state.SnapshotResources> Abstract base class forSnapshotStrategyimplementations for ForSt state backend.ForStSnapshotStrategyBase.ForStNativeSnapshotResources ASnapshotResourcesfor native ForSt snapshot.ForStSnapshotStrategyBase.PreviousSnapshot Previous snapshot with uploaded sst files.ForStSnapshotUtil Utility methods and constants around ForSt creating and restoring snapshots forForStStateBackend.