Package org.apache.flink.runtime.state
Interface RestoreOperation<R>
- Type Parameters:
R- Generic type of the restore result.
- All Known Implementing Classes:
FullSnapshotRestoreOperation,HeapRestoreOperation,HeapSavepointRestoreOperation,OperatorStateRestoreOperation
public interface RestoreOperation<R>
Interface for restore operation.
-
Method Summary
-
Method Details
-
restore
Restores state that was previously snapshot-ed from the provided state handles.- Throws:
Exception
-