| Package | Description |
|---|---|
| org.apache.nifi.cdc.mysql.event.io | |
| org.apache.nifi.cdc.mysql.processors |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBinlogTableEventWriter<T extends BinlogTableEventInfo>
An abstract base class for writing MYSQL table-related binlog events into flow file(s), e.g.
|
class |
BeginTransactionEventWriter
A writer for events corresponding to the beginning of a MySQL transaction
|
class |
CommitTransactionEventWriter
A writer for events corresponding to the end (i.e.
|
class |
DDLEventWriter
A writer class to output MySQL binlog Data Definition Language (DDL) events to flow file(s).
|
class |
DeleteRowsWriter
A writer class to output MySQL binlog "delete rows" events to flow file(s).
|
class |
InsertRowsWriter
A writer class to output MySQL binlog "write rows" (aka INSERT) events to flow file(s).
|
class |
UpdateRowsWriter
A writer class to output MySQL binlog "write rows" (aka INSERT) events to flow file(s).
|
| Modifier and Type | Field and Description |
|---|---|
private AbstractBinlogEventWriter<? extends BinlogEventInfo> |
CaptureChangeMySQL.currentEventWriter |
Copyright © 2023 Apache NiFi Project. All rights reserved.