public class IcebergWriter extends java.lang.Object implements RecordWriter
Constructor and Description |
---|
IcebergWriter(Table table,
java.lang.String tableName,
IcebergSinkConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
java.util.List<WriterResult> |
complete() |
void |
write(org.apache.kafka.connect.sink.SinkRecord record) |
public IcebergWriter(Table table, java.lang.String tableName, IcebergSinkConfig config)
public void write(org.apache.kafka.connect.sink.SinkRecord record)
write
in interface RecordWriter
public java.util.List<WriterResult> complete()
complete
in interface RecordWriter
public void close()
close
in interface RecordWriter