| 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 |
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 © 2022 Apache NiFi Project. All rights reserved.