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