| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.state.storage |
| 类和说明 |
|---|
FileSystemCheckpointStorage
FileSystemCheckpointStorage checkpoints state as files to a file system. |
| JobManagerCheckpointStorage
The
CheckpointStorage checkpoints state directly to the JobManager's memory (hence the
name), but savepoints will be persisted to a file system. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.