| Package | Description |
|---|---|
| org.apache.flink.runtime.state.storage |
| Modifier and Type | Method and Description |
|---|---|
JobManagerCheckpointStorage |
JobManagerCheckpointStorage.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 JobManagerCheckpointStorage |
JobManagerCheckpointStorage.createFromConfig(org.apache.flink.configuration.ReadableConfig config,
ClassLoader classLoader)
Creates a new
JobManagerCheckpointStorage using the given configuration. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.