Interface ExternalSystemSplitDataWriter<T>
- Type Parameters:
T- Type of writing records
- All Superinterfaces:
AutoCloseable
A data writer for writing records into a
SourceSplit in the external system.-
Method Summary
Modifier and TypeMethodDescriptionvoidwriteRecords(List<T> records) Write records to the split of external system.Methods inherited from interface java.lang.AutoCloseable
close
-
Method Details
-
writeRecords
Write records to the split of external system.
-