Class HeapSavepointRestoreOperation<K>
- java.lang.Object
-
- org.apache.flink.runtime.state.heap.HeapSavepointRestoreOperation<K>
-
- Type Parameters:
K
- The data type that the serializer serializes.
- All Implemented Interfaces:
RestoreOperation<Void>
public class HeapSavepointRestoreOperation<K> extends Object implements RestoreOperation<Void>
Implementation of heap savepoint restore operation. Savepoint shares a common unified binary format across all state backends.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Void
restore()
Restores state that was previously snapshot-ed from the provided state handles.
-
-
-
Method Detail
-
restore
public Void restore() throws Exception
Description copied from interface:RestoreOperation
Restores state that was previously snapshot-ed from the provided state handles.- Specified by:
restore
in interfaceRestoreOperation<K>
- Throws:
Exception
-
-