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.UUIDSet
GtidSet. getUUIDSet(String uuid)
Find theGtidSet.UUIDSet
for the server with the specified UUID.GtidSet.UUIDSet
MariadbGtidSet. getUUIDSet(String uuid)
GtidSet.UUIDSet
GtidSet. putUUIDSet(GtidSet.UUIDSet uuidSet)
Add or replace the UUIDSetGtidSet.UUIDSet
MariadbGtidSet. 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 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.GtidSet.UUIDSet
GtidSet. putUUIDSet(GtidSet.UUIDSet uuidSet)
Add or replace the UUIDSetGtidSet.UUIDSet
MariadbGtidSet. putUUIDSet(GtidSet.UUIDSet uuidSet)
-