Uses of Class
org.apache.flink.runtime.checkpoint.filemerging.LogicalFile.LogicalFileId
Packages that use LogicalFile.LogicalFileId
Package
Description
-
Uses of LogicalFile.LogicalFileId in org.apache.flink.runtime.checkpoint.filemerging
Methods in org.apache.flink.runtime.checkpoint.filemerging that return LogicalFile.LogicalFileIdModifier and TypeMethodDescriptionstatic LogicalFile.LogicalFileIdLogicalFile.LogicalFileId.generateRandomId()LogicalFile.getFileId()Methods in org.apache.flink.runtime.checkpoint.filemerging with parameters of type LogicalFile.LogicalFileIdModifier and TypeMethodDescriptionFileMergingSnapshotManagerBase.getLogicalFile(LogicalFile.LogicalFileId fileId) Constructors in org.apache.flink.runtime.checkpoint.filemerging with parameters of type LogicalFile.LogicalFileIdModifierConstructorDescriptionLogicalFile(LogicalFile.LogicalFileId fileId, PhysicalFile physicalFile, long startOffset, long length, FileMergingSnapshotManager.SubtaskKey subtaskKey) -
Uses of LogicalFile.LogicalFileId in org.apache.flink.runtime.state.filemerging
Methods in org.apache.flink.runtime.state.filemerging that return LogicalFile.LogicalFileIdConstructors in org.apache.flink.runtime.state.filemerging with parameters of type LogicalFile.LogicalFileIdModifierConstructorDescriptionSegmentFileStateHandle(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.