Package org.apache.flink.state.rocksdb.snapshot
-
Class Summary Class Description RocksDBFullSnapshotResources<K> AFullSnapshotResourcesfor the RocksDB backend.RocksDBSnapshotStrategyBase<K,R extends org.apache.flink.runtime.state.SnapshotResources> Abstract base class forSnapshotStrategyimplementations for RocksDB state backend.RocksDBSnapshotStrategyBase.NativeRocksDBSnapshotResources ASnapshotResourcesfor native rocksdb snapshot.RocksDBSnapshotStrategyBase.PreviousSnapshot Previous snapshot with uploaded sst files.RocksIncrementalSnapshotStrategy<K> Snapshot strategy forRocksDBKeyedStateBackendthat is based on RocksDB's native checkpoints and creates incremental snapshots.RocksNativeFullSnapshotStrategy<K> Snapshot strategy forRocksDBKeyedStateBackendbased on RocksDB's native checkpoints and creates full snapshots. the difference between savepoint is that sst files will be uploaded rather than states.RocksSnapshotUtil Utility methods and constants around RocksDB creating and restoring snapshots forRocksDBKeyedStateBackend.