Package org.apache.nifi.cdc.mysql.event.io
package org.apache.nifi.cdc.mysql.event.io
-
ClassesClassDescriptionAbstractBinlogEventWriter<T extends BinlogEventInfo>An abstract base class for writing MYSQL binlog events into flow file(s), e.g.An abstract base class for writing MYSQL table-related binlog events into flow file(s), e.g.A writer for events corresponding to the beginning of a MySQL transactionA writer for events corresponding to the end (i.e.A writer class to output MySQL binlog Data Definition Language (DDL) events to flow file(s).A writer class to output MySQL binlog "delete rows" events to flow file(s).A writer class to output MySQL binlog "write rows" (aka INSERT) events to flow file(s).A writer class to output MySQL binlog "write rows" (aka INSERT) events to flow file(s).