Uses of Package
org.apache.flink.runtime.state.storage
-
Packages that use org.apache.flink.runtime.state.storage Package Description org.apache.flink.runtime.state.storage -
Classes in org.apache.flink.runtime.state.storage used by org.apache.flink.runtime.state.storage Class Description FileSystemCheckpointStorage FileSystemCheckpointStorage
checkpoints state as files to a file system.JobManagerCheckpointStorage TheCheckpointStorage
checkpoints state directly to the JobManager's memory (hence the name), but savepoints will be persisted to a file system.