Package org.apache.nifi.cdc.mysql.event
package org.apache.nifi.cdc.mysql.event
-
ClassDescriptionA base class for all MYSQL binlog eventsBaseBinlogRowEventInfo<RowEventDataType>A base class to help store information about a row mutation event (UPDATE, DELETE, etc.)A base class to handle data common to binlog table events, such as database name, table name, etc.An event implementation corresponding to the beginning of a MySQL transaction (update rows, e.g.)An interface for MYSQL binlog-specific events.An event listener wrapper for MYSQL binlog events generated from the mysql-binlog-connector.An listener wrapper for mysql-binlog-connector lifecycle events.A marker interface for those classes wishing to implement binlog-specific methods as well as table-generic methods (getDatabase, e.g.)An event implementation corresponding to the beginning of a MySQL transaction (update rows, e.g.)An 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.)This class represents information about rows deleted from a MySQL tableThis class represents information about rows written/added to a MySQL tableAn object holder for raw binlog eventsThis class represents information about rows written/added to a MySQL table