Uses of Class
io.debezium.connector.mysql.GtidSet.Interval
-
Packages that use GtidSet.Interval Package Description io.debezium.connector.mysql -
-
Uses of GtidSet.Interval in io.debezium.connector.mysql
Fields in io.debezium.connector.mysql with type parameters of type GtidSet.Interval Modifier and Type Field Description private LinkedList<GtidSet.Interval>GtidSet.UUIDSet. intervalsMethods in io.debezium.connector.mysql that return types with arguments of type GtidSet.Interval Modifier and Type Method Description List<GtidSet.Interval>GtidSet.UUIDSet. getIntervals()Get the intervals of transaction numbers.Methods in io.debezium.connector.mysql with parameters of type GtidSet.Interval Modifier and Type Method Description intGtidSet.Interval. compareTo(GtidSet.Interval that)booleanGtidSet.Interval. isContainedWithin(GtidSet.Interval other)Determine if this interval is completely within the supplied interval.Constructors in io.debezium.connector.mysql with parameters of type GtidSet.Interval Constructor Description UUIDSet(String uuid, GtidSet.Interval interval)
-