Uses of Class
org.apache.flink.runtime.jobgraph.SavepointRestoreSettings
Packages that use SavepointRestoreSettings
Package
Description
-
Uses of SavepointRestoreSettings in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint with parameters of type SavepointRestoreSettingsModifier and TypeMethodDescriptionbooleanCheckpointCoordinator.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 SavepointRestoreSettingsModifier and TypeMethodDescriptionstatic SavepointRestoreSettingsstatic SavepointRestoreSettingsstatic SavepointRestoreSettingsSavepointRestoreSettings.forPath(String savepointPath, boolean allowNonRestoredState, org.apache.flink.core.execution.RecoveryClaimMode recoveryClaimMode) static SavepointRestoreSettingsSavepointRestoreSettings.fromConfiguration(org.apache.flink.configuration.ReadableConfig configuration) JobGraph.getSavepointRestoreSettings()Returns the configured savepoint restore setting.static SavepointRestoreSettingsSavepointRestoreSettings.none()Methods in org.apache.flink.runtime.jobgraph with parameters of type SavepointRestoreSettingsModifier and TypeMethodDescriptionvoidJobGraph.setSavepointRestoreSettings(SavepointRestoreSettings settings) Sets the savepoint restore settings.JobGraphBuilder.setSavepointRestoreSettings(SavepointRestoreSettings newSavepointRestoreSettings) static voidSavepointRestoreSettings.toConfiguration(SavepointRestoreSettings savepointRestoreSettings, org.apache.flink.configuration.Configuration configuration) -
Uses of SavepointRestoreSettings in org.apache.flink.streaming.api.environment
Constructors in org.apache.flink.streaming.api.environment with parameters of type SavepointRestoreSettingsModifierConstructorDescriptionRemoteStreamEnvironment(String host, int port, org.apache.flink.configuration.Configuration clientConfiguration, String[] jarFiles, URL[] globalClasspaths, SavepointRestoreSettings savepointRestoreSettings) Creates a new RemoteStreamEnvironment that points to the master (JobManager) described by the given host name and port.RemoteStreamEnvironment(org.apache.flink.core.execution.PipelineExecutorServiceLoader executorServiceLoader, String host, int port, org.apache.flink.configuration.Configuration clientConfiguration, String[] jarFiles, URL[] globalClasspaths, SavepointRestoreSettings savepointRestoreSettings) -
Uses of SavepointRestoreSettings in org.apache.flink.streaming.api.graph
Methods in org.apache.flink.streaming.api.graph that return SavepointRestoreSettingsModifier and TypeMethodDescriptionExecutionPlan.getSavepointRestoreSettings()Gets the settings for restoring from a savepoint.StreamGraph.getSavepointRestoreSettings()Methods in org.apache.flink.streaming.api.graph with parameters of type SavepointRestoreSettingsModifier and TypeMethodDescriptionvoidExecutionPlan.setSavepointRestoreSettings(SavepointRestoreSettings savepointRestoreSettings) Sets the settings for restoring from a savepoint.voidStreamGraph.setSavepointRestoreSettings(SavepointRestoreSettings savepointRestoreSettings) voidStreamGraphGenerator.setSavepointRestoreSettings(SavepointRestoreSettings savepointRestoreSettings) Constructors in org.apache.flink.streaming.api.graph with parameters of type SavepointRestoreSettingsModifierConstructorDescriptionStreamGraph(org.apache.flink.configuration.Configuration jobConfiguration, org.apache.flink.api.common.ExecutionConfig executionConfig, CheckpointConfig checkpointConfig, SavepointRestoreSettings savepointRestoreSettings)