Uses of Class
org.apache.flink.runtime.jobgraph.SavepointRestoreSettings
-
Packages that use SavepointRestoreSettings Package Description org.apache.flink.runtime.checkpoint org.apache.flink.runtime.jobgraph -
-
Uses of SavepointRestoreSettings in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint with parameters of type SavepointRestoreSettings Modifier and Type Method Description booleanCheckpointCoordinator. restoreSavepoint(SavepointRestoreSettings restoreSettings, Map<JobVertexID,ExecutionJobVertex> tasks, ClassLoader userClassLoader)Restore the state with given savepoint. -
Uses of SavepointRestoreSettings in org.apache.flink.runtime.jobgraph
Methods in org.apache.flink.runtime.jobgraph that return SavepointRestoreSettings Modifier and Type Method Description static SavepointRestoreSettingsSavepointRestoreSettings. forPath(String savepointPath)static SavepointRestoreSettingsSavepointRestoreSettings. forPath(String savepointPath, boolean allowNonRestoredState)static SavepointRestoreSettingsSavepointRestoreSettings. forPath(String savepointPath, boolean allowNonRestoredState, RestoreMode restoreMode)static SavepointRestoreSettingsSavepointRestoreSettings. fromConfiguration(org.apache.flink.configuration.ReadableConfig configuration)SavepointRestoreSettingsJobGraph. getSavepointRestoreSettings()Returns the configured savepoint restore setting.static SavepointRestoreSettingsSavepointRestoreSettings. none()Methods in org.apache.flink.runtime.jobgraph with parameters of type SavepointRestoreSettings Modifier and Type Method Description voidJobGraph. setSavepointRestoreSettings(SavepointRestoreSettings settings)Sets the savepoint restore settings.JobGraphBuilderJobGraphBuilder. setSavepointRestoreSettings(SavepointRestoreSettings newSavepointRestoreSettings)static voidSavepointRestoreSettings. toConfiguration(SavepointRestoreSettings savepointRestoreSettings, org.apache.flink.configuration.Configuration configuration)
-