Uses of Class
com.github.shyiko.mysql.binlog.GtidSet.Interval

Packages that use GtidSet.Interval
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
 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
 int GtidSet.Interval.compareTo(GtidSet.Interval o)
           
 boolean GtidSet.Interval.isContainedWithin(GtidSet.Interval other)
          Determine if this interval is completely within the supplied interval.
 



Copyright © 2016. All Rights Reserved.