Interface RecordWiseCompactingFileWriter<IN>

    • Method Detail

      • write

        void write​(IN element)
            throws IOException
        Write an element to the compacting file.
        Parameters:
        element - the element to be written.
        Throws:
        IOException - Thrown if writing the element fails.