| Package | Description |
|---|---|
| org.apache.flink.runtime.checkpoint.filemerging | |
| org.apache.flink.runtime.state.filemerging |
| Modifier and Type | Method and Description |
|---|---|
static LogicalFile.LogicalFileId |
LogicalFile.LogicalFileId.generateRandomId() |
LogicalFile.LogicalFileId |
LogicalFile.getFileId() |
| Modifier and Type | Method and Description |
|---|---|
LogicalFile |
FileMergingSnapshotManagerBase.getLogicalFile(LogicalFile.LogicalFileId fileId) |
| Constructor and Description |
|---|
LogicalFile(LogicalFile.LogicalFileId fileId,
PhysicalFile physicalFile,
long startOffset,
long length,
FileMergingSnapshotManager.SubtaskKey subtaskKey) |
| Modifier and Type | Method and Description |
|---|---|
LogicalFile.LogicalFileId |
SegmentFileStateHandle.getLogicalFileId() |
| Constructor and Description |
|---|
SegmentFileStateHandle(org.apache.flink.core.fs.Path filePath,
long startPos,
long stateSize,
CheckpointedStateScope scope,
LogicalFile.LogicalFileId fileId)
Creates a new segment file state for the given file path.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.