Uses of Class
com.github.shyiko.mysql.binlog.GtidSet.UUIDSet
-
Packages that use GtidSet.UUIDSet Package Description 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 Modifier and Type Method Description GtidSet.UUIDSetGtidSet. getUUIDSet(String uuid)Find theGtidSet.UUIDSetfor the server with the specified UUID.GtidSet.UUIDSetMariadbGtidSet. getUUIDSet(String uuid)GtidSet.UUIDSetGtidSet. putUUIDSet(GtidSet.UUIDSet uuidSet)Add or replace the UUIDSetGtidSet.UUIDSetMariadbGtidSet. putUUIDSet(GtidSet.UUIDSet uuidSet)Methods in com.github.shyiko.mysql.binlog that return types with arguments of type GtidSet.UUIDSet Modifier and Type Method Description Collection<GtidSet.UUIDSet>GtidSet. getUUIDSets()Get an immutable collection of therange of GTIDs for a single server.Collection<GtidSet.UUIDSet>MariadbGtidSet. getUUIDSets()Methods in com.github.shyiko.mysql.binlog with parameters of type GtidSet.UUIDSet Modifier and Type Method Description booleanGtidSet.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.GtidSet.UUIDSetGtidSet. putUUIDSet(GtidSet.UUIDSet uuidSet)Add or replace the UUIDSetGtidSet.UUIDSetMariadbGtidSet. putUUIDSet(GtidSet.UUIDSet uuidSet)
-