| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.checkpoint.filemerging | |
| org.apache.flink.runtime.state.filemerging | |
| org.apache.flink.runtime.state.filesystem |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
FileMergingSnapshotManager.restoreStateHandles(long checkpointId,
FileMergingSnapshotManager.SubtaskKey subtaskKey,
Stream<SegmentFileStateHandle> stateHandles)
Restore and re-register the SegmentFileStateHandles into FileMergingSnapshotManager.
|
void |
FileMergingSnapshotManagerBase.restoreStateHandles(long checkpointId,
FileMergingSnapshotManager.SubtaskKey subtaskKey,
Stream<SegmentFileStateHandle> stateHandles) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
EmptySegmentFileStateHandle
An empty
SegmentFileStateHandle that is only used as a placeholder. |
| 限定符和类型 | 方法和说明 |
|---|---|
SegmentFileStateHandle |
FileMergingCheckpointStateOutputStream.closeAndGetHandle() |
SegmentFileStateHandle |
FileMergingCheckpointStateOutputStream.FileMergingSnapshotManagerProxy.closeStreamAndCreateStateHandle(org.apache.flink.core.fs.Path filePath,
long startPos,
long stateSize)
Close the stream and create a
SegmentFileStateHandle for a file segment. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.