Uses of Class
org.apache.nifi.cdc.mysql.processors.CaptureChangeMySQL.BinlogResourceInfo
Packages that use CaptureChangeMySQL.BinlogResourceInfo
-
Uses of CaptureChangeMySQL.BinlogResourceInfo in org.apache.nifi.cdc.mysql.event.handler
Methods in org.apache.nifi.cdc.mysql.event.handler with parameters of type CaptureChangeMySQL.BinlogResourceInfoModifier 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.BinlogResourceInfo in org.apache.nifi.cdc.mysql.processors
Fields in org.apache.nifi.cdc.mysql.processors declared as CaptureChangeMySQL.BinlogResourceInfo