Uses of Class
org.apache.flink.runtime.checkpoint.filemerging.LogicalFile.LogicalFileId
-
Packages that use LogicalFile.LogicalFileId Package Description org.apache.flink.runtime.checkpoint.filemerging org.apache.flink.runtime.state.filemerging -
-
Uses of LogicalFile.LogicalFileId in org.apache.flink.runtime.checkpoint.filemerging
Methods in org.apache.flink.runtime.checkpoint.filemerging that return LogicalFile.LogicalFileId Modifier and Type Method Description static LogicalFile.LogicalFileId
LogicalFile.LogicalFileId. generateRandomId()
LogicalFile.LogicalFileId
LogicalFile. getFileId()
Methods in org.apache.flink.runtime.checkpoint.filemerging with parameters of type LogicalFile.LogicalFileId Modifier and Type Method Description LogicalFile
FileMergingSnapshotManagerBase. getLogicalFile(LogicalFile.LogicalFileId fileId)
Constructors in org.apache.flink.runtime.checkpoint.filemerging with parameters of type LogicalFile.LogicalFileId Constructor Description LogicalFile(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.LogicalFileId Modifier and Type Method Description LogicalFile.LogicalFileId
SegmentFileStateHandle. getLogicalFileId()
Constructors in org.apache.flink.runtime.state.filemerging with parameters of type LogicalFile.LogicalFileId Constructor 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.
-