Uses of Interface
org.apache.flink.contrib.streaming.state.restore.RocksDBRestoreOperation
-
Packages that use RocksDBRestoreOperation Package Description org.apache.flink.contrib.streaming.state.restore -
-
Uses of RocksDBRestoreOperation in org.apache.flink.contrib.streaming.state.restore
Classes in org.apache.flink.contrib.streaming.state.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.
-