Uses of Class
org.apache.nifi.cdc.mysql.event.UpdateRowsEventInfo
Packages that use UpdateRowsEventInfo
-
Uses of UpdateRowsEventInfo in org.apache.nifi.cdc.mysql.event.io
Methods in org.apache.nifi.cdc.mysql.event.io with parameters of type UpdateRowsEventInfoModifier and TypeMethodDescriptionlongUpdateRowsWriter.writeEvent(org.apache.nifi.processor.ProcessSession session, String transitUri, UpdateRowsEventInfo eventInfo, long currentSequenceId, org.apache.nifi.processor.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 voidUpdateRowsWriter.writeRow(UpdateRowsEventInfo event, Map.Entry<Serializable[], Serializable[]> row, BitSet includedColumns)