Uses of Class
org.apache.nifi.cdc.mysql.processors.CaptureChangeMySQL.BinlogEventState
Packages that use CaptureChangeMySQL.BinlogEventState
-
Uses of CaptureChangeMySQL.BinlogEventState in org.apache.nifi.cdc.mysql.event.handler
Methods in org.apache.nifi.cdc.mysql.event.handler with parameters of type CaptureChangeMySQL.BinlogEventStateModifier and TypeMethodDescriptionvoidBeginEventHandler.handleEvent(com.github.shyiko.mysql.binlog.event.QueryEventData eventData, boolean writeEvent, DataCaptureState dataCaptureState, CaptureChangeMySQL.BinlogResourceInfo binlogResourceInfo, CaptureChangeMySQL.BinlogEventState binlogEventState, String sql, EventWriterConfiguration eventWriterConfiguration, org.apache.nifi.processor.ProcessSession session, long timestamp) voidBinlogEventHandler.handleEvent(T eventData, boolean writeEvent, DataCaptureState dataCaptureState, CaptureChangeMySQL.BinlogResourceInfo binlogResourceInfo, CaptureChangeMySQL.BinlogEventState binlogEventState, String sql, EventWriterConfiguration eventWriterConfiguration, org.apache.nifi.processor.ProcessSession session, long timestamp) voidCommitEventHandler.handleEvent(com.github.shyiko.mysql.binlog.event.EventData eventData, boolean writeEvent, DataCaptureState dataCaptureState, CaptureChangeMySQL.BinlogResourceInfo binlogResourceInfo, CaptureChangeMySQL.BinlogEventState binlogEventState, String sql, EventWriterConfiguration eventWriterConfiguration, org.apache.nifi.processor.ProcessSession session, long timestamp) voidDDLEventHandler.handleEvent(com.github.shyiko.mysql.binlog.event.QueryEventData eventData, boolean writeEvent, DataCaptureState dataCaptureState, CaptureChangeMySQL.BinlogResourceInfo binlogResourceInfo, CaptureChangeMySQL.BinlogEventState binlogEventState, String sql, EventWriterConfiguration eventWriterConfiguration, org.apache.nifi.processor.ProcessSession session, long timestamp) voidDeleteEventHandler.handleEvent(com.github.shyiko.mysql.binlog.event.DeleteRowsEventData eventData, boolean writeEvent, DataCaptureState dataCaptureState, CaptureChangeMySQL.BinlogResourceInfo binlogResourceInfo, CaptureChangeMySQL.BinlogEventState binlogEventState, String sql, EventWriterConfiguration eventWriterConfiguration, org.apache.nifi.processor.ProcessSession session, long timestamp) voidInsertEventHandler.handleEvent(com.github.shyiko.mysql.binlog.event.WriteRowsEventData eventData, boolean writeEvent, DataCaptureState dataCaptureState, CaptureChangeMySQL.BinlogResourceInfo binlogResourceInfo, CaptureChangeMySQL.BinlogEventState binlogEventState, String sql, EventWriterConfiguration eventWriterConfiguration, org.apache.nifi.processor.ProcessSession session, long timestamp) voidUpdateEventHandler.handleEvent(com.github.shyiko.mysql.binlog.event.UpdateRowsEventData eventData, boolean writeEvent, DataCaptureState dataCaptureState, CaptureChangeMySQL.BinlogResourceInfo binlogResourceInfo, CaptureChangeMySQL.BinlogEventState binlogEventState, String sql, EventWriterConfiguration eventWriterConfiguration, org.apache.nifi.processor.ProcessSession session, long timestamp) -
Uses of CaptureChangeMySQL.BinlogEventState in org.apache.nifi.cdc.mysql.processors
Fields in org.apache.nifi.cdc.mysql.processors declared as CaptureChangeMySQL.BinlogEventStateModifier and TypeFieldDescriptionprivate final CaptureChangeMySQL.BinlogEventStateCaptureChangeMySQL.binlogEventState