| Package | Description |
|---|---|
| org.apache.flink.runtime.checkpoint.filemerging |
| Modifier and Type | Field and Description |
|---|---|
protected TreeMap<Long,Set<LogicalFile>> |
FileMergingSnapshotManagerBase.uploadedStates |
| Modifier and Type | Method and Description |
|---|---|
protected LogicalFile |
FileMergingSnapshotManagerBase.createLogicalFile(PhysicalFile physicalFile,
long startOffset,
long length,
FileMergingSnapshotManager.SubtaskKey subtaskKey)
Create a logical file on a physical file.
|
LogicalFile |
FileMergingSnapshotManagerBase.getLogicalFile(LogicalFile.LogicalFileId fileId) |
| Modifier and Type | Method and Description |
|---|---|
void |
FileMergingSnapshotManagerBase.discardSingleLogicalFile(LogicalFile logicalFile,
long checkpointId) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.