Class DeleteRowsEventInfo

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

public class DeleteRowsEventInfo extends BaseBinlogRowEventInfo<Serializable[]>
This class represents information about rows deleted from a MySQL table
  • Constructor Details

    • DeleteRowsEventInfo

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

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