| Package | Description |
|---|---|
| org.apache.nifi.cdc.mysql.event | |
| org.apache.nifi.cdc.mysql.event.io | |
| org.apache.nifi.cdc.mysql.processors |
| Class and Description |
|---|
| BaseBinlogEventInfo
A base class for all MYSQL binlog events
|
| BaseBinlogRowEventInfo
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.
|
| 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.)
|
| RawBinlogEvent
An object holder for raw binlog events
|
| Class and Description |
|---|
| BeginTransactionEventInfo
An event implementation corresponding to the beginning of a MySQL transaction (update rows, e.g.)
|
| 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.)
|
| 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
|
| UpdateRowsEventInfo
This class represents information about rows written/added to a MySQL table
|
| Class and Description |
|---|
| 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.
|
| RawBinlogEvent
An object holder for raw binlog events
|
Copyright © 2017 Apache NiFi Project. All rights reserved.