Class MySqlGtid
- java.lang.Object
-
- com.github.shyiko.mysql.binlog.event.MySqlGtid
-
public class MySqlGtid extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MySqlGtidfromString(String gtid)UUIDgetServerId()longgetTransactionId()StringtoString()
-
-
-
Constructor Detail
-
MySqlGtid
public MySqlGtid(UUID serverId, long transactionId)
-
-