Class CommitTransactionEventInfo

All Implemented Interfaces:
EventInfo, BinlogEventInfo

public class CommitTransactionEventInfo extends BaseBinlogEventInfo
An event implementation corresponding to the beginning of a MySQL transaction (update rows, e.g.)
  • Field Details

    • databaseName

      private String databaseName
  • Constructor Details

    • CommitTransactionEventInfo

      public CommitTransactionEventInfo(String databaseName, Long timestamp, String binlogFilename, long binlogPosition)
    • CommitTransactionEventInfo

      public CommitTransactionEventInfo(String databaseName, Long timestamp, String binlogGtidSet)
  • Method Details

    • getDatabaseName

      public String getDatabaseName()