Package org.apache.flink.state.rocksdb.restore
-
Interface Summary Interface Description RocksDBRestoreOperation Interface for RocksDB restore. -
Class Summary Class Description RocksDBFullRestoreOperation<K> Encapsulates the process of restoring a RocksDB instance from a full snapshot.RocksDBHeapTimersFullRestoreOperation<K> Encapsulates the process of restoring a RocksDB instance from a full snapshot.RocksDBIncrementalRestoreOperation<K> Encapsulates the process of restoring a RocksDB instance from an incremental snapshot.RocksDBNoneRestoreOperation<K> Encapsulates the process of initiating a RocksDB instance without restore.RocksDBRestoreResult Entity holding result of RocksDB instance restore.