| Package | Description |
|---|---|
| org.apache.nifi.cdc.mysql.event |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseBinlogRowEventInfo<RowEventDataType>
A base class to help store information about a row mutation event (UPDATE, DELETE, etc.)
|
class |
BaseBinlogTableEventInfo
A base class to handle data common to binlog table events, such as database name, table name, etc.
|
class |
BeginTransactionEventInfo
An event implementation corresponding to the beginning of a MySQL transaction (update rows, e.g.)
|
class |
CommitTransactionEventInfo
An event implementation corresponding to the beginning of a MySQL transaction (update rows, e.g.)
|
class |
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.)
|
class |
DeleteRowsEventInfo
This class represents information about rows deleted from a MySQL table
|
class |
InsertRowsEventInfo
This class represents information about rows written/added to a MySQL table
|
class |
UpdateRowsEventInfo
This class represents information about rows written/added to a MySQL table
|
Copyright © 2017 Apache NiFi Project. All rights reserved.