Package org.apache.nifi.cdc.mysql.event
Class UpdateRowsEventInfo
java.lang.Object
org.apache.nifi.cdc.event.BaseEventInfo
org.apache.nifi.cdc.mysql.event.BaseBinlogEventInfo
org.apache.nifi.cdc.mysql.event.BaseBinlogTableEventInfo
org.apache.nifi.cdc.mysql.event.BaseBinlogRowEventInfo<Map.Entry<Serializable[],Serializable[]>>
org.apache.nifi.cdc.mysql.event.UpdateRowsEventInfo
- All Implemented Interfaces:
EventInfo
,RowEventInfo<Map.Entry<Serializable[],
,Serializable[]>> TableEventInfo
,BinlogEventInfo
,BinlogTableEventInfo
public class UpdateRowsEventInfo
extends BaseBinlogRowEventInfo<Map.Entry<Serializable[],Serializable[]>>
This class represents information about rows written/added to a MySQL table
-
Field Summary
FieldsFields inherited from interface org.apache.nifi.cdc.mysql.event.BinlogEventInfo
BINLOG_FILENAME_KEY, BINLOG_GTIDSET_KEY, BINLOG_POSITION_KEY
Fields inherited from interface org.apache.nifi.cdc.event.EventInfo
BEGIN_EVENT, COMMIT_EVENT, DDL_EVENT, DELETE_EVENT, INSERT_EVENT, UPDATE_EVENT
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateRowsEventInfo
(TableInfo tableInfo, Long timestamp, String binlogGtidSet, com.github.shyiko.mysql.binlog.event.UpdateRowsEventData data) UpdateRowsEventInfo
(TableInfo tableInfo, Long timestamp, String binlogFilename, Long binlogPosition, com.github.shyiko.mysql.binlog.event.UpdateRowsEventData data) -
Method Summary
Methods inherited from class org.apache.nifi.cdc.mysql.event.BaseBinlogRowEventInfo
getIncludedColumns, getRows
Methods inherited from class org.apache.nifi.cdc.mysql.event.BaseBinlogTableEventInfo
getColumnByIndex, getColumns, getDatabaseName, getTableId, getTableName
Methods inherited from class org.apache.nifi.cdc.mysql.event.BaseBinlogEventInfo
getBinlogFilename, getBinlogGtidSet, getBinlogPosition
Methods inherited from class org.apache.nifi.cdc.event.BaseEventInfo
getEventType, getTimestamp
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.nifi.cdc.mysql.event.BinlogEventInfo
getBinlogFilename, getBinlogGtidSet, getBinlogPosition
Methods inherited from interface org.apache.nifi.cdc.event.EventInfo
getEventType, getTimestamp
Methods inherited from interface org.apache.nifi.cdc.event.TableEventInfo
getColumnByIndex, getColumns, getDatabaseName, getTableId, getTableName
-
Field Details
-
includedColumnsBeforeUpdate
-
-
Constructor Details
-
UpdateRowsEventInfo
-
UpdateRowsEventInfo
-
-
Method Details
-
getIncludedColumnsBeforeUpdate
-