Package org.apache.flink.runtime.state.storage
-
Class Summary Class Description FileSystemCheckpointStorage FileSystemCheckpointStoragecheckpoints state as files to a file system.JobManagerCheckpointStorage TheCheckpointStoragecheckpoints state directly to the JobManager's memory (hence the name), but savepoints will be persisted to a file system.