Class BinlogConnectorEvent


  • public class BinlogConnectorEvent
    extends Object
    • Constructor Detail

      • BinlogConnectorEvent

        public BinlogConnectorEvent​(com.github.shyiko.mysql.binlog.event.Event event,
                                    String filename,
                                    String gtidSetStr,
                                    String gtid,
                                    MaxwellOutputConfig outputConfig)
    • Method Detail

      • getEvent

        public com.github.shyiko.mysql.binlog.event.Event getEvent()
      • writeRowsData

        public com.github.shyiko.mysql.binlog.event.WriteRowsEventData writeRowsData()
      • updateRowsData

        public com.github.shyiko.mysql.binlog.event.UpdateRowsEventData updateRowsData()
      • deleteRowsData

        public com.github.shyiko.mysql.binlog.event.DeleteRowsEventData deleteRowsData()
      • queryData

        public com.github.shyiko.mysql.binlog.event.QueryEventData queryData()
      • xidData

        public com.github.shyiko.mysql.binlog.event.XidEventData xidData()
      • tableMapData

        public com.github.shyiko.mysql.binlog.event.TableMapEventData tableMapData()
      • mariaGtidData

        public com.github.shyiko.mysql.binlog.event.MariadbGtidEventData mariaGtidData()
      • getType

        public com.github.shyiko.mysql.binlog.event.EventType getType()
      • getTableID

        public Long getTableID()
      • isCommitEvent

        public boolean isCommitEvent()