Interface PhysicalFile.PhysicalFileDeleter
- Enclosing class:
- PhysicalFile
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface to delete the physical file.
-
Method Summary
Modifier and TypeMethodDescriptionvoidperform(org.apache.flink.core.fs.Path filePath, long size) Delete the file.
-
Method Details
-
perform
Delete the file.- Throws:
IOException
-