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.