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 class
FileSystemCheckpointStorage
FileSystemCheckpointStorage
checkpoints state as files to a file system.class
JobManagerCheckpointStorage
TheCheckpointStorage
checkpoints state directly to the JobManager's memory (hence the name), but savepoints will be persisted to a file system.
-