Uses of Interface
org.apache.flink.state.rocksdb.restore.RocksDBRestoreOperation
-
Packages that use RocksDBRestoreOperation Package Description org.apache.flink.state.rocksdb.restore -
-
Uses of RocksDBRestoreOperation in org.apache.flink.state.rocksdb.restore
Classes in org.apache.flink.state.rocksdb.restore that implement RocksDBRestoreOperation Modifier and Type Class Description classRocksDBFullRestoreOperation<K>Encapsulates the process of restoring a RocksDB instance from a full snapshot.classRocksDBHeapTimersFullRestoreOperation<K>Encapsulates the process of restoring a RocksDB instance from a full snapshot.classRocksDBIncrementalRestoreOperation<K>Encapsulates the process of restoring a RocksDB instance from an incremental snapshot.classRocksDBNoneRestoreOperation<K>Encapsulates the process of initiating a RocksDB instance without restore.
-