Uses of Class
org.apache.flink.runtime.jobgraph.SavepointRestoreSettings
-
-
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, org.apache.flink.core.execution.RecoveryClaimMode recoveryClaimMode)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) -
Uses of SavepointRestoreSettings in org.apache.flink.streaming.api.environment
Constructors in org.apache.flink.streaming.api.environment with parameters of type SavepointRestoreSettings Constructor Description RemoteStreamEnvironment(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 SavepointRestoreSettings Modifier and Type Method Description SavepointRestoreSettingsStreamGraph. getSavepointRestoreSettings()Methods in org.apache.flink.streaming.api.graph with parameters of type SavepointRestoreSettings Modifier and Type Method Description voidStreamGraph. setSavepointRestoreSettings(SavepointRestoreSettings savepointRestoreSettings)voidStreamGraphGenerator. setSavepointRestoreSettings(SavepointRestoreSettings savepointRestoreSettings)Constructors in org.apache.flink.streaming.api.graph with parameters of type SavepointRestoreSettings Constructor Description StreamGraph(org.apache.flink.configuration.Configuration jobConfiguration, org.apache.flink.api.common.ExecutionConfig executionConfig, CheckpointConfig checkpointConfig, SavepointRestoreSettings savepointRestoreSettings)
-