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