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>
Implementation of heap savepoint restore operation. Savepoint shares a common unified binary
format across all state backends.
-
Method Summary
-
Method Details
-
restore
Description copied from interface:RestoreOperationRestores state that was previously snapshot-ed from the provided state handles.- Specified by:
restorein interfaceRestoreOperation<K>- Throws:
Exception
-