Interface ForStRestoreOperation
-
- All Superinterfaces:
AutoCloseable,org.apache.flink.runtime.state.RestoreOperation<ForStRestoreResult>
- All Known Implementing Classes:
ForStNoneRestoreOperation
@Internal public interface ForStRestoreOperation extends org.apache.flink.runtime.state.RestoreOperation<ForStRestoreResult>, AutoCloseable
Interface for ForSt restore.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ForStRestoreResultrestore()Restores state that was previously snapshot-ed from the provided state handles.-
Methods inherited from interface java.lang.AutoCloseable
close
-
-
-
-
Method Detail
-
restore
ForStRestoreResult restore() throws Exception
Restores state that was previously snapshot-ed from the provided state handles.- Specified by:
restorein interfaceorg.apache.flink.runtime.state.RestoreOperation<ForStRestoreResult>- Throws:
Exception
-
-