Interface RocksDBRestoreOperation
- All Superinterfaces:
AutoCloseable,org.apache.flink.runtime.state.RestoreOperation<RocksDBRestoreResult>
- All Known Implementing Classes:
RocksDBFullRestoreOperation,RocksDBHeapTimersFullRestoreOperation,RocksDBIncrementalRestoreOperation,RocksDBNoneRestoreOperation
@Internal
public interface RocksDBRestoreOperation
extends org.apache.flink.runtime.state.RestoreOperation<RocksDBRestoreResult>, AutoCloseable
Interface for RocksDB restore.
-
Method Summary
Modifier and TypeMethodDescriptionrestore()Restores state that was previously snapshot-ed from the provided state handles.Methods inherited from interface java.lang.AutoCloseable
close
-
Method Details
-
restore
Restores state that was previously snapshot-ed from the provided state handles.- Specified by:
restorein interfaceorg.apache.flink.runtime.state.RestoreOperation<RocksDBRestoreResult>- Throws:
Exception
-