Class MySqlGtidSet

java.lang.Object
io.debezium.connector.mysql.gtid.MySqlGtidSet
All Implemented Interfaces:
GtidSet

@Immutable public class MySqlGtidSet extends Object implements GtidSet
Represents a set of MySQL GTIDs. This is an improvement ove GtidSet that is immutable, and more properly supports comparisons.
Author:
Chris Cranford, Randall Hauch