Uses of Class
io.debezium.connector.mysql.gtid.MySqlGtidSet.Interval
Packages that use MySqlGtidSet.Interval
-
Uses of MySqlGtidSet.Interval in io.debezium.connector.mysql.gtid
Fields in io.debezium.connector.mysql.gtid with type parameters of type MySqlGtidSet.IntervalModifier and TypeFieldDescriptionprivate final LinkedList<MySqlGtidSet.Interval>MySqlGtidSet.UUIDSet.intervalsMethods in io.debezium.connector.mysql.gtid that return types with arguments of type MySqlGtidSet.IntervalModifier and TypeMethodDescriptionMySqlGtidSet.UUIDSet.getIntervals()Get the intervals of transaction numbers.MySqlGtidSet.Interval.remove(MySqlGtidSet.Interval other) MySqlGtidSet.Interval.removeAll(List<MySqlGtidSet.Interval> otherIntervals) Methods in io.debezium.connector.mysql.gtid with parameters of type MySqlGtidSet.IntervalModifier and TypeMethodDescriptionintMySqlGtidSet.Interval.compareTo(MySqlGtidSet.Interval that) booleanMySqlGtidSet.Interval.contains(MySqlGtidSet.Interval other) booleanMySqlGtidSet.Interval.isContainedWithin(MySqlGtidSet.Interval other) Determine if this interval is completely within the supplied interval.booleanMySqlGtidSet.Interval.nonintersecting(MySqlGtidSet.Interval other) MySqlGtidSet.Interval.remove(MySqlGtidSet.Interval other) Method parameters in io.debezium.connector.mysql.gtid with type arguments of type MySqlGtidSet.IntervalModifier and TypeMethodDescriptionMySqlGtidSet.Interval.removeAll(List<MySqlGtidSet.Interval> otherIntervals) Constructors in io.debezium.connector.mysql.gtid with parameters of type MySqlGtidSet.IntervalConstructor parameters in io.debezium.connector.mysql.gtid with type arguments of type MySqlGtidSet.IntervalModifierConstructorDescriptionprotectedUUIDSet(String uuid, List<MySqlGtidSet.Interval> intervals)