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. uploadedStatesMethods 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.LogicalFileFileMergingSnapshotManagerBase. getLogicalFile(LogicalFile.LogicalFileId fileId)Methods in org.apache.flink.runtime.checkpoint.filemerging with parameters of type LogicalFile Modifier and Type Method Description voidFileMergingSnapshotManagerBase. discardSingleLogicalFile(LogicalFile logicalFile, long checkpointId)
-