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