Class HeapRestoreOperation<K>

java.lang.Object
org.apache.flink.runtime.state.heap.HeapRestoreOperation<K>
Type Parameters:
K - The data type that the serializer serializes.
All Implemented Interfaces:
RestoreOperation<Void>

public class HeapRestoreOperation<K> extends Object implements RestoreOperation<Void>
Implementation of heap restore operation.