Package org.apache.flink.runtime.state.memory
-
Class Summary Class Description ByteStreamStateHandle A state handle that contains stream state in a byte array.MemCheckpointStreamFactory CheckpointStreamFactory
that produces streams that write to in-memory byte arrays.MemCheckpointStreamFactory.MemoryCheckpointOutputStream ACheckpointStateOutputStream
that writes into a byte array.MemoryBackendCheckpointStorageAccess An implementation of a checkpoint storage for theJobManagerCheckpointStorage
.NonPersistentMetadataCheckpointStorageLocation A checkpoint storage location for theMemCheckpointStreamFactory
in case no durable persistence for metadata has been configured.PersistentMetadataCheckpointStorageLocation A checkpoint storage location for theMemCheckpointStreamFactory
when it durably persists the metadata in a file system.