| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.checkpoint | |
| org.apache.flink.runtime.state | |
| org.apache.flink.runtime.state.filesystem | |
| org.apache.flink.runtime.state.memory |
| 限定符和类型 | 方法和说明 |
|---|---|
CheckpointStorageLocation |
PendingCheckpoint.getCheckpointStorageLocation() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
PendingCheckpoint.setCheckpointTargetLocation(CheckpointStorageLocation targetLocation) |
| 限定符和类型 | 方法和说明 |
|---|---|
CheckpointStorageLocation |
CheckpointStorageCoordinatorView.initializeLocationForCheckpoint(long checkpointId)
Initializes a storage location for new checkpoint with the given ID.
|
CheckpointStorageLocation |
CheckpointStorageCoordinatorView.initializeLocationForSavepoint(long checkpointId,
String externalLocationPointer)
Initializes a storage location for new savepoint with the given ID.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
FsCheckpointStorageLocation
A storage location for checkpoints on a file system.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected CheckpointStorageLocation |
FsCheckpointStorageAccess.createSavepointLocation(org.apache.flink.core.fs.FileSystem fs,
org.apache.flink.core.fs.Path location) |
protected abstract CheckpointStorageLocation |
AbstractFsCheckpointStorageAccess.createSavepointLocation(org.apache.flink.core.fs.FileSystem fs,
org.apache.flink.core.fs.Path location) |
CheckpointStorageLocation |
FsCheckpointStorageAccess.initializeLocationForCheckpoint(long checkpointId) |
CheckpointStorageLocation |
AbstractFsCheckpointStorageAccess.initializeLocationForSavepoint(long checkpointId,
String externalLocationPointer)
Creates a file system based storage location for a savepoint.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
NonPersistentMetadataCheckpointStorageLocation
A checkpoint storage location for the
MemoryStateBackend in case no durable persistence
for metadata has been configured. |
class |
PersistentMetadataCheckpointStorageLocation
A checkpoint storage location for the
MemoryStateBackend when it durably persists the
metadata in a file system. |
| 限定符和类型 | 方法和说明 |
|---|---|
protected CheckpointStorageLocation |
MemoryBackendCheckpointStorageAccess.createSavepointLocation(org.apache.flink.core.fs.FileSystem fs,
org.apache.flink.core.fs.Path location) |
CheckpointStorageLocation |
MemoryBackendCheckpointStorageAccess.initializeLocationForCheckpoint(long checkpointId) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.