Uses of Class
com.github.shyiko.mysql.binlog.GtidSet.Interval
-
Packages that use GtidSet.Interval Package Description com.github.shyiko.mysql.binlog -
-
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.Interval Modifier and Type Method Description List<GtidSet.Interval>
GtidSet.UUIDSet. getIntervals()
Get the intervals of transaction numbers.Methods in com.github.shyiko.mysql.binlog with parameters of type GtidSet.Interval Modifier and Type Method Description int
GtidSet.Interval. compareTo(GtidSet.Interval o)
boolean
GtidSet.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.Interval Constructor Description UUIDSet(String uuid, List<GtidSet.Interval> intervals)
UUIDSet(UUID uuid, List<GtidSet.Interval> intervals)
-