Uses of Class
org.apache.flink.runtime.checkpoint.filemerging.LogicalFile
-
Packages that use LogicalFile Package Description org.apache.flink.runtime.checkpoint.filemerging -
-
Uses of LogicalFile in org.apache.flink.runtime.checkpoint.filemerging
Methods in org.apache.flink.runtime.checkpoint.filemerging that return LogicalFile Modifier and Type Method Description protected LogicalFileFileMergingSnapshotManagerBase. createLogicalFile(PhysicalFile physicalFile, long startOffset, long length, FileMergingSnapshotManager.SubtaskKey subtaskKey)Create a logical file on a physical file.
-