Class MemCheckpointStreamFactory

java.lang.Object
org.apache.flink.runtime.state.memory.MemCheckpointStreamFactory
All Implemented Interfaces:
CheckpointStreamFactory
Direct Known Subclasses:
NonPersistentMetadataCheckpointStorageLocation, PersistentMetadataCheckpointStorageLocation

public class MemCheckpointStreamFactory extends Object implements CheckpointStreamFactory
CheckpointStreamFactory that produces streams that write to in-memory byte arrays.