Uses of Class
org.apache.nifi.cdc.mysql.event.BaseBinlogTableEventInfo
Packages that use BaseBinlogTableEventInfo
-
Uses of BaseBinlogTableEventInfo in org.apache.nifi.cdc.mysql.event
Subclasses of BaseBinlogTableEventInfo 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.)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