Uses of Class
org.apache.nifi.cdc.mysql.event.DataCaptureState
Packages that use DataCaptureState
Package
Description
-
Uses of DataCaptureState in org.apache.nifi.cdc.mysql.event
Methods in org.apache.nifi.cdc.mysql.event that return DataCaptureState -
Uses of DataCaptureState in org.apache.nifi.cdc.mysql.event.handler
Methods in org.apache.nifi.cdc.mysql.event.handler with parameters of type DataCaptureStateModifier 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 DataCaptureState in org.apache.nifi.cdc.mysql.processors
Fields in org.apache.nifi.cdc.mysql.processors declared as DataCaptureStateModifier and TypeFieldDescriptionprivate DataCaptureStateCaptureChangeMySQL.currentDataCaptureStateMethods in org.apache.nifi.cdc.mysql.processors with parameters of type DataCaptureStateModifier and TypeMethodDescriptionprivate voidCaptureChangeMySQL.updateState(org.apache.nifi.processor.ProcessSession session, DataCaptureState dataCaptureState) private voidCaptureChangeMySQL.updateState(org.apache.nifi.processor.ProcessSession session, DataCaptureState dataCaptureState, boolean inTransaction)