Interface ExternalSystemSplitDataWriter<T>

Type Parameters:
T - Type of writing records
All Superinterfaces:
AutoCloseable

@Experimental public interface ExternalSystemSplitDataWriter<T> extends AutoCloseable
A data writer for writing records into a SourceSplit in the external system.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    writeRecords(List<T> records)
    Write records to the split of external system.

    Methods inherited from interface java.lang.AutoCloseable

    close
  • Method Details

    • writeRecords

      void writeRecords(List<T> records)
      Write records to the split of external system.