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
Fields in org.apache.flink.runtime.checkpoint.filemerging with type parameters of type LogicalFile Modifier and Type Field Description protected TreeMap<Long,Set<LogicalFile>>
FileMergingSnapshotManagerBase. uploadedStates
Methods in org.apache.flink.runtime.checkpoint.filemerging that return LogicalFile Modifier and Type Method Description protected LogicalFile
FileMergingSnapshotManagerBase. createLogicalFile(PhysicalFile physicalFile, long startOffset, long length, FileMergingSnapshotManager.SubtaskKey subtaskKey)
Create a logical file on a physical file.LogicalFile
FileMergingSnapshotManagerBase. getLogicalFile(LogicalFile.LogicalFileId fileId)
Methods in org.apache.flink.runtime.checkpoint.filemerging with parameters of type LogicalFile Modifier and Type Method Description void
FileMergingSnapshotManagerBase. discardSingleLogicalFile(LogicalFile logicalFile, long checkpointId)
-