Uses of Interface
org.apache.flink.runtime.checkpoint.filemerging.PhysicalFile.PhysicalFileDeleter
-
Packages that use PhysicalFile.PhysicalFileDeleter Package Description org.apache.flink.runtime.checkpoint.filemerging -
-
Uses of PhysicalFile.PhysicalFileDeleter in org.apache.flink.runtime.checkpoint.filemerging
Fields in org.apache.flink.runtime.checkpoint.filemerging declared as PhysicalFile.PhysicalFileDeleter Modifier and Type Field Description protected PhysicalFile.PhysicalFileDeleter
FileMergingSnapshotManagerBase. physicalFileDeleter
Constructors in org.apache.flink.runtime.checkpoint.filemerging with parameters of type PhysicalFile.PhysicalFileDeleter Constructor Description PhysicalFile(org.apache.flink.core.fs.FSDataOutputStream outputStream, org.apache.flink.core.fs.Path filePath, PhysicalFile.PhysicalFileDeleter deleter, CheckpointedStateScope scope)
PhysicalFile(org.apache.flink.core.fs.FSDataOutputStream outputStream, org.apache.flink.core.fs.Path filePath, PhysicalFile.PhysicalFileDeleter deleter, CheckpointedStateScope scope, boolean owned)
-