Uses of Class
org.apache.flink.runtime.state.storage.FileSystemCheckpointStorage
-
Packages that use FileSystemCheckpointStorage Package Description org.apache.flink.runtime.state.storage -
-
Uses of FileSystemCheckpointStorage in org.apache.flink.runtime.state.storage
Methods in org.apache.flink.runtime.state.storage that return FileSystemCheckpointStorage Modifier and Type Method Description FileSystemCheckpointStorageFileSystemCheckpointStorage. configure(org.apache.flink.configuration.ReadableConfig config, ClassLoader classLoader)static FileSystemCheckpointStorageFileSystemCheckpointStorage. createFromConfig(org.apache.flink.configuration.ReadableConfig config, ClassLoader classLoader)Creates a newFileSystemCheckpointStorageusing the given configuration.
-