Uses of Class
org.apache.nifi.cdc.mysql.event.InsertRowsEventInfo
Packages that use InsertRowsEventInfo
-
Uses of InsertRowsEventInfo in org.apache.nifi.cdc.mysql.event.io
Methods in org.apache.nifi.cdc.mysql.event.io with parameters of type InsertRowsEventInfoModifier and TypeMethodDescriptionlongInsertRowsWriter.writeEvent(ProcessSession session, String transitUri, InsertRowsEventInfo eventInfo, long currentSequenceId, Relationship relationship, EventWriterConfiguration eventWriterConfiguration) Creates and transfers a new flow file whose contents are the JSON-serialized value of the specified event, and the sequence ID attribute setprotected voidInsertRowsWriter.writeRow(InsertRowsEventInfo event, Serializable[] row, BitSet includedColumns)