Interface ForStRestoreOperation
-
- All Superinterfaces:
AutoCloseable
,RestoreOperation<ForStRestoreResult>
- All Known Implementing Classes:
ForStIncrementalRestoreOperation
,ForStNoneRestoreOperation
@Internal public interface ForStRestoreOperation extends RestoreOperation<ForStRestoreResult>, AutoCloseable
Interface for ForSt restore.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ForStRestoreResult
restore()
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:
restore
in interfaceRestoreOperation<ForStRestoreResult>
- Throws:
Exception
-
-