Uses of Class
io.debezium.connector.mysql.GtidSet.Interval
Packages that use GtidSet.Interval
-
Uses of GtidSet.Interval in io.debezium.connector.mysql
Fields in io.debezium.connector.mysql with type parameters of type GtidSet.IntervalModifier and TypeFieldDescriptionprivate final LinkedList<GtidSet.Interval>GtidSet.UUIDSet.intervalsMethods in io.debezium.connector.mysql that return types with arguments of type GtidSet.IntervalModifier and TypeMethodDescriptionGtidSet.UUIDSet.getIntervals()Get the intervals of transaction numbers.Methods in io.debezium.connector.mysql with parameters of type GtidSet.IntervalModifier and TypeMethodDescriptionintGtidSet.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.IntervalConstructor parameters in io.debezium.connector.mysql with type arguments of type GtidSet.Interval