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.GtidSet.Interval.remove(GtidSet.Interval other) GtidSet.Interval.removeAll(List<GtidSet.Interval> otherIntervals) Methods in io.debezium.connector.mysql with parameters of type GtidSet.IntervalModifier and TypeMethodDescriptionintGtidSet.Interval.compareTo(GtidSet.Interval that) booleanGtidSet.Interval.contains(GtidSet.Interval other) booleanGtidSet.Interval.isContainedWithin(GtidSet.Interval other) Determine if this interval is completely within the supplied interval.booleanGtidSet.Interval.nonintersecting(GtidSet.Interval other) GtidSet.Interval.remove(GtidSet.Interval other) Method parameters in io.debezium.connector.mysql with type arguments of type GtidSet.IntervalModifier and TypeMethodDescriptionGtidSet.Interval.removeAll(List<GtidSet.Interval> otherIntervals) 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