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 Detail

      • perform

        void perform​(org.apache.flink.core.fs.Path filePath,
                     long size)
              throws IOException
        Delete the file.
        Throws:
        IOException