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

Packages that use GtidSet.UUIDSet
com.github.shyiko.mysql.binlog   
 

Uses of GtidSet.UUIDSet in com.github.shyiko.mysql.binlog
 

Methods in com.github.shyiko.mysql.binlog that return GtidSet.UUIDSet
 GtidSet.UUIDSet GtidSet.getUUIDSet(String uuid)
          Find the GtidSet.UUIDSet for the server with the specified UUID.
 

Methods in com.github.shyiko.mysql.binlog that return types with arguments of type GtidSet.UUIDSet
 Collection<GtidSet.UUIDSet> GtidSet.getUUIDSets()
          Get an immutable collection of the range of GTIDs for a single server.
 

Methods in com.github.shyiko.mysql.binlog with parameters of type GtidSet.UUIDSet
 boolean GtidSet.UUIDSet.isContainedWithin(GtidSet.UUIDSet other)
          Determine if the set of transaction numbers from this server is completely within the set of transaction numbers from the set of transaction numbers in the supplied set.
 



Copyright © 2016. All Rights Reserved.