Interface DeferrableOutputStream.Listener

    • Method Detail

      • persisted

        default void persisted​(java.nio.file.Path path)
        Called, after DeferrableOutputStream.persist() has been invoked, and the temporary file has been created.
        Parameters:
        path - Path of the temporary file, that has been created. All in-memory data has been transferred to that file, but it is still opened.