| Package | Description |
|---|---|
| org.apache.flink.runtime.jobgraph |
| Modifier and Type | Method and Description |
|---|---|
static SavepointRestoreSettings |
SavepointRestoreSettings.forPath(String savepointPath) |
static SavepointRestoreSettings |
SavepointRestoreSettings.forPath(String savepointPath,
boolean allowNonRestoredState) |
SavepointRestoreSettings |
JobGraph.getSavepointRestoreSettings()
Returns the configured savepoint restore setting.
|
static SavepointRestoreSettings |
SavepointRestoreSettings.none() |
| Modifier and Type | Method and Description |
|---|---|
void |
JobGraph.setSavepointRestoreSettings(SavepointRestoreSettings settings)
Sets the savepoint restore settings.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.