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.
@FunctionalInterface public static interface PhysicalFile.PhysicalFileDeleter
Functional interface to delete the physical file.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
perform(org.apache.flink.core.fs.Path filePath, long size)
Delete the file.
-
-
-
Method Detail
-
perform
void perform(org.apache.flink.core.fs.Path filePath, long size) throws IOException
Delete the file.- Throws:
IOException
-
-