Uses of Package
org.apache.nifi.cdc.mysql.event
Packages that use org.apache.nifi.cdc.mysql.event
Package
Description
-
Classes in org.apache.nifi.cdc.mysql.event used by org.apache.nifi.cdc.mysql.eventClassDescriptionA base class for all MYSQL binlog eventsA 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 interface for MYSQL binlog-specific events.A marker interface for those classes wishing to implement binlog-specific methods as well as table-generic methods (getDatabase, e.g.)An object holder for raw binlog events
-
Classes in org.apache.nifi.cdc.mysql.event used by org.apache.nifi.cdc.mysql.event.handler
-
Classes in org.apache.nifi.cdc.mysql.event used by org.apache.nifi.cdc.mysql.event.ioClassDescriptionAn event implementation corresponding to the beginning of a MySQL transaction (update rows, e.g.)An interface for MYSQL binlog-specific 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 tableThis class represents information about rows written/added to a MySQL table
-
Classes in org.apache.nifi.cdc.mysql.event used by org.apache.nifi.cdc.mysql.processorsClassDescriptionAn 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.An object holder for raw binlog events