Interface PartitionWriter.PartitionWriterListener

    • Method Detail

      • onFileOpened

        void onFileOpened​(String partition,
                          Path file)
        Notifies a new file has been opened.

        Note that this does not mean that the file has been created in the file system. It is only created logically and the actual file will be generated after it is committed.

        Parameters:
        partition - The partition for the newly opened file.
        file - The newly created file.