Class InsertRowsEventInfo

All Implemented Interfaces:
EventInfo, RowEventInfo<Serializable[]>, TableEventInfo, BinlogEventInfo, BinlogTableEventInfo

public class InsertRowsEventInfo extends BaseBinlogRowEventInfo<Serializable[]>
This class represents information about rows written/added to a MySQL table
  • Constructor Details

    • InsertRowsEventInfo

      public InsertRowsEventInfo(TableInfo tableInfo, Long timestamp, String binlogFilename, Long binlogPosition, com.github.shyiko.mysql.binlog.event.WriteRowsEventData data)
    • InsertRowsEventInfo

      public InsertRowsEventInfo(TableInfo tableInfo, Long timestamp, String binlogGtidSet, com.github.shyiko.mysql.binlog.event.WriteRowsEventData data)