Class UnpartitionedWriter<T>

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, TaskWriter<T>

    public class UnpartitionedWriter<T>
    extends BaseTaskWriter<T>
    • Method Detail

      • write

        public void write​(T record)
                   throws java.io.IOException
        Description copied from interface: TaskWriter
        Write the row into the data files.
        Throws:
        java.io.IOException
      • close

        public void close()
                   throws java.io.IOException
        Throws:
        java.io.IOException