Class OutputBase

    • Constructor Detail

    • Method Detail

      • close

        public void close()
        Description copied from interface: Collector
        Closes the collector. If any data was buffered, that data will be flushed.
        Specified by:
        close in interface Collector<StreamRecord<RowData>>