Uses of Interface
org.apache.flink.runtime.state.ConfigurableCheckpointStorage
Packages that use ConfigurableCheckpointStorage
-
Uses of ConfigurableCheckpointStorage in org.apache.flink.runtime.state.storage
Classes in org.apache.flink.runtime.state.storage that implement ConfigurableCheckpointStorageModifier and TypeClassDescriptionclassFileSystemCheckpointStoragecheckpoints state as files to a file system.classTheCheckpointStoragecheckpoints state directly to the JobManager's memory (hence the name), but savepoints will be persisted to a file system.