Interface ForStRestoreOperation
- All Superinterfaces:
AutoCloseable,org.apache.flink.runtime.state.RestoreOperation<ForStRestoreResult>
- All Known Implementing Classes:
ForStHeapTimersFullRestoreOperation,ForStIncrementalRestoreOperation,ForStNoneRestoreOperation
@Internal
public interface ForStRestoreOperation
extends org.apache.flink.runtime.state.RestoreOperation<ForStRestoreResult>, AutoCloseable
Interface for ForSt 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<ForStRestoreResult>- Throws:
Exception
-