Uses of Class
org.apache.flink.runtime.state.storage.JobManagerCheckpointStorage
-
Packages that use JobManagerCheckpointStorage Package Description org.apache.flink.runtime.state.storage -
-
Uses of JobManagerCheckpointStorage in org.apache.flink.runtime.state.storage
Methods in org.apache.flink.runtime.state.storage that return JobManagerCheckpointStorage Modifier and Type Method Description JobManagerCheckpointStorageJobManagerCheckpointStorage. configure(org.apache.flink.configuration.ReadableConfig config, ClassLoader classLoader)Creates a copy of this checkpoint storage that uses the values defined in the configuration for fields where that were not specified in this checkpoint storage.static JobManagerCheckpointStorageJobManagerCheckpointStorage. createFromConfig(org.apache.flink.configuration.ReadableConfig config, ClassLoader classLoader)Creates a newJobManagerCheckpointStorageusing the given configuration.
-