Uses of Class
org.apache.nifi.cdc.mysql.event.BaseBinlogEventInfo
Packages that use BaseBinlogEventInfo
-
Uses of BaseBinlogEventInfo in org.apache.nifi.cdc.mysql.event
Subclasses of BaseBinlogEventInfo in org.apache.nifi.cdc.mysql.eventModifier and TypeClassDescriptionclassBaseBinlogRowEventInfo<RowEventDataType>A base class to help store information about a row mutation event (UPDATE, DELETE, etc.)classA base class to handle data common to binlog table events, such as database name, table name, etc.classAn event implementation corresponding to the beginning of a MySQL transaction (update rows, e.g.)classAn event implementation corresponding to the beginning of a MySQL transaction (update rows, e.g.)classAn event class corresponding to Data Definition Language (DDL) events, such as schema changes (add/drop column, add/drop table, etc.) and others (truncate table, e.g.)classThis class represents information about rows deleted from a MySQL tableclassThis class represents information about rows written/added to a MySQL tableclassThis class represents information about rows written/added to a MySQL table