Uses of Class
com.github.shyiko.mysql.binlog.event.MySqlGtid
-
Packages that use MySqlGtid Package Description com.github.shyiko.mysql.binlog.event -
-
Uses of MySqlGtid in com.github.shyiko.mysql.binlog.event
Methods in com.github.shyiko.mysql.binlog.event that return MySqlGtid Modifier and Type Method Description static MySqlGtidMySqlGtid. fromString(String gtid)MySqlGtidGtidEventData. getMySqlGtid()Constructors in com.github.shyiko.mysql.binlog.event with parameters of type MySqlGtid Constructor Description GtidEventData(MySqlGtid gtid, byte flags, long lastCommitted, long sequenceNumber, long immediateCommitTimestamp, long originalCommitTimestamp, long transactionLength, int immediateServerVersion, int originalServerVersion)
-