| Package | Description |
|---|---|
| org.apache.flink.runtime.checkpoint.filemerging | |
| org.apache.flink.runtime.state.filemerging | |
| org.apache.flink.runtime.state.filesystem |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptySegmentFileStateHandle
An empty
SegmentFileStateHandle that is only used as a placeholder. |
| Modifier and Type | Method and Description |
|---|---|
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–2025 The Apache Software Foundation. All rights reserved.