| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.checkpoint | |
| org.apache.flink.runtime.state | |
| org.apache.flink.runtime.state.filesystem | |
| org.apache.flink.runtime.state.storage |
| 限定符和类型 | 方法和说明 |
|---|---|
static CompletedCheckpoint |
Checkpoints.loadAndValidateCheckpoint(org.apache.flink.api.common.JobID jobId,
Map<JobVertexID,ExecutionJobVertex> tasks,
CompletedCheckpointStorageLocation location,
ClassLoader classLoader,
boolean allowNonRestoredState,
CheckpointProperties checkpointProperties,
RestoreMode restoreMode) |
| 构造器和说明 |
|---|
CompletedCheckpoint(org.apache.flink.api.common.JobID job,
long checkpointID,
long timestamp,
long completionTimestamp,
Map<OperatorID,OperatorState> operatorStates,
Collection<MasterState> masterHookStates,
CheckpointProperties props,
CompletedCheckpointStorageLocation storageLocation,
CompletedCheckpointStats completedCheckpointStats) |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract CompletedCheckpointStorageLocation |
CheckpointMetadataOutputStream.closeAndFinalizeCheckpoint()
Closes the stream after all metadata was written and finalizes the checkpoint location.
|
CompletedCheckpointStorageLocation |
CheckpointStorage.resolveCheckpoint(String externalPointer)
Resolves the given pointer to a checkpoint/savepoint into a checkpoint location.
|
CompletedCheckpointStorageLocation |
CheckpointStorageCoordinatorView.resolveCheckpoint(String externalPointer)
Resolves the given pointer to a checkpoint/savepoint into a checkpoint location.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
FsCompletedCheckpointStorageLocation
A
CompletedCheckpointStorageLocation that resides on a file system. |
| 限定符和类型 | 方法和说明 |
|---|---|
CompletedCheckpointStorageLocation |
AbstractFsCheckpointStorageAccess.resolveCheckpoint(String checkpointPointer) |
CompletedCheckpointStorageLocation |
AbstractFileStateBackend.resolveCheckpoint(String pointer)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
CompletedCheckpointStorageLocation |
FileSystemCheckpointStorage.resolveCheckpoint(String pointer) |
CompletedCheckpointStorageLocation |
JobManagerCheckpointStorage.resolveCheckpoint(String pointer) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.