Uses of Class
org.apache.flink.runtime.checkpoint.filemerging.LogicalFile.LogicalFileId
-
Packages that use LogicalFile.LogicalFileId Package Description org.apache.flink.runtime.checkpoint.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.LogicalFileIdLogicalFile.LogicalFileId. generateRandomId()LogicalFile.LogicalFileIdLogicalFile. getFileId()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)
-