Class 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 Details

    • includedColumnsBeforeUpdate

      private BitSet includedColumnsBeforeUpdate
  • Constructor Details

    • UpdateRowsEventInfo

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

      public UpdateRowsEventInfo(TableInfo tableInfo, Long timestamp, String binlogGtidSet, com.github.shyiko.mysql.binlog.event.UpdateRowsEventData data)
  • Method Details

    • getIncludedColumnsBeforeUpdate

      public BitSet getIncludedColumnsBeforeUpdate()