Uses of Interface
org.apache.nifi.cdc.mysql.event.BinlogTableEventInfo
Packages that use BinlogTableEventInfo
-
Uses of BinlogTableEventInfo in org.apache.nifi.cdc.mysql.event
Classes in org.apache.nifi.cdc.mysql.event that implement BinlogTableEventInfoModifier 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 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 -
Uses of BinlogTableEventInfo in org.apache.nifi.cdc.mysql.event.io
Classes in org.apache.nifi.cdc.mysql.event.io with type parameters of type BinlogTableEventInfoModifier and TypeClassDescriptionclassAn abstract base class for writing MYSQL table-related binlog events into flow file(s), e.g.