| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.checkpoint | |
| org.apache.flink.runtime.state | |
| org.apache.flink.runtime.state.filesystem | |
| org.apache.flink.runtime.state.memory |
| 限定符和类型 | 方法和说明 |
|---|---|
CheckpointStorageCoordinatorView |
CheckpointCoordinator.getCheckpointStorage() |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
CheckpointStorageAccess
Implementations of this interface should implement methods acting as an administration role for
checkpoint storage, which defined in
CheckpointStorageCoordinatorView. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractFsCheckpointStorageAccess
An implementation of durable checkpoint storage to file systems.
|
class |
FsCheckpointStorageAccess
An implementation of durable checkpoint storage to file systems.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
MemoryBackendCheckpointStorageAccess
An implementation of a checkpoint storage for the
MemoryStateBackend. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.