| Class | Description |
|---|---|
| RocksDBFullSnapshotResources<K> |
A
FullSnapshotResources for the RocksDB backend. |
| RocksDBSnapshotStrategyBase<K,R extends org.apache.flink.runtime.state.SnapshotResources> |
Abstract base class for
SnapshotStrategy implementations for RocksDB state backend. |
| RocksDBSnapshotStrategyBase.NativeRocksDBSnapshotResources |
A
SnapshotResources for native rocksdb snapshot. |
| RocksDBSnapshotStrategyBase.PreviousSnapshot |
Previous snapshot with uploaded sst files.
|
| RocksIncrementalSnapshotStrategy<K> |
Snapshot strategy for
RocksDBKeyedStateBackend
that is based on RocksDB's native checkpoints and creates incremental snapshots. |
| RocksNativeFullSnapshotStrategy<K> |
Snapshot strategy for
RocksDBKeyedStateBackend based 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 for
RocksDBKeyedStateBackend. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.