Uses of Class
org.apache.nifi.cdc.mysql.event.io.AbstractBinlogEventWriter
Packages that use AbstractBinlogEventWriter
-
Uses of AbstractBinlogEventWriter in org.apache.nifi.cdc.mysql.event.io
Subclasses of AbstractBinlogEventWriter in org.apache.nifi.cdc.mysql.event.ioModifier and TypeClassDescriptionclassAn abstract base class for writing MYSQL table-related binlog events into flow file(s), e.g.classA writer for events corresponding to the beginning of a MySQL transactionclassA writer for events corresponding to the end (i.e.classA writer class to output MySQL binlog Data Definition Language (DDL) events to flow file(s).classA writer class to output MySQL binlog "delete rows" events to flow file(s).classA writer class to output MySQL binlog "write rows" (aka INSERT) events to flow file(s).classA writer class to output MySQL binlog "write rows" (aka INSERT) events to flow file(s). -
Uses of AbstractBinlogEventWriter in org.apache.nifi.cdc.mysql.processors
Fields in org.apache.nifi.cdc.mysql.processors declared as AbstractBinlogEventWriterModifier and TypeFieldDescriptionprivate AbstractBinlogEventWriter<? extends BinlogEventInfo> CaptureChangeMySQL.BinlogEventState.currentEventWriterMethods in org.apache.nifi.cdc.mysql.processors that return AbstractBinlogEventWriterModifier and TypeMethodDescriptionAbstractBinlogEventWriter<? extends BinlogEventInfo> CaptureChangeMySQL.BinlogEventState.getCurrentEventWriter()Methods in org.apache.nifi.cdc.mysql.processors with parameters of type AbstractBinlogEventWriterModifier and TypeMethodDescriptionvoidCaptureChangeMySQL.BinlogEventState.setCurrentEventWriter(AbstractBinlogEventWriter<? extends BinlogEventInfo> currentEventWriter)