Uses of Class
com.github.shyiko.mysql.binlog.GtidSet.Interval
Packages that use GtidSet.Interval
-
Uses of GtidSet.Interval in com.github.shyiko.mysql.binlog
Methods in com.github.shyiko.mysql.binlog that return types with arguments of type GtidSet.IntervalModifier and TypeMethodDescriptionGtidSet.UUIDSet.getIntervals()Get the intervals of transaction numbers.Methods in com.github.shyiko.mysql.binlog with parameters of type GtidSet.IntervalModifier and TypeMethodDescriptionintGtidSet.Interval.compareTo(GtidSet.Interval o) booleanGtidSet.Interval.isContainedWithin(GtidSet.Interval other) Determine if this interval is completely within the supplied interval.Constructor parameters in com.github.shyiko.mysql.binlog with type arguments of type GtidSet.IntervalModifierConstructorDescriptionUUIDSet(String uuid, List<GtidSet.Interval> intervals) UUIDSet(UUID uuid, List<GtidSet.Interval> intervals)