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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description R
restore()
Restores state that was previously snapshot-ed from the provided state handles.
-