Interface KastCollector


  • public interface KastCollector
    • Method Detail

      • collect

        void collect​(KastRow kRow)
        Emits a record.
        Parameters:
        kRow - The record to collect.
      • close

        void close()
        Closes the collector. If any data was buffered, that data will be flushed.