| Interface | Description |
|---|---|
| BinlogEventInfo |
An interface for MYSQL binlog-specific events.
|
| BinlogTableEventInfo |
A marker interface for those classes wishing to implement binlog-specific methods as well as table-generic methods (getDatabase, e.g.)
|
| Class | Description |
|---|---|
| BaseBinlogEventInfo |
A base class for all MYSQL binlog events
|
| BaseBinlogRowEventInfo<RowEventDataType> |
A base class to help store information about a row mutation event (UPDATE, DELETE, etc.)
|
| BaseBinlogTableEventInfo |
A base class to handle data common to binlog table events, such as database name, table name, etc.
|
| BeginTransactionEventInfo |
An event implementation corresponding to the beginning of a MySQL transaction (update rows, e.g.)
|
| BinlogEventListener |
An event listener wrapper for MYSQL binlog events generated from the mysql-binlog-connector.
|
| BinlogLifecycleListener |
An listener wrapper for mysql-binlog-connector lifecycle events.
|
| CommitTransactionEventInfo |
An event implementation corresponding to the beginning of a MySQL transaction (update rows, e.g.)
|
| DDLEventInfo |
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.)
|
| DeleteRowsEventInfo |
This class represents information about rows deleted from a MySQL table
|
| InsertRowsEventInfo |
This class represents information about rows written/added to a MySQL table
|
| MySQLCDCUtils |
A utility class to provide MySQL- / binlog-specific constants and methods for processing events and data
|
| RawBinlogEvent |
An object holder for raw binlog events
|
| UpdateRowsEventInfo |
This class represents information about rows written/added to a MySQL table
|
Copyright © 2018 Apache NiFi Project. All rights reserved.