Uses of Class
com.github.shyiko.mysql.binlog.GtidSet
Packages that use GtidSet
Package
Description
-
Uses of GtidSet in com.github.shyiko.mysql.binlog
Subclasses of GtidSet in com.github.shyiko.mysql.binlogFields in com.github.shyiko.mysql.binlog declared as GtidSetMethods in com.github.shyiko.mysql.binlog that return GtidSetMethods in com.github.shyiko.mysql.binlog with parameters of type GtidSetModifier and TypeMethodDescriptionbooleanGtidSet.isContainedWithin(GtidSet other) Determine if the GTIDs represented by this object are contained completely within the supplied set of GTIDs.booleanMariadbGtidSet.isContainedWithin(GtidSet other) -
Uses of GtidSet in com.github.shyiko.mysql.binlog.network.protocol.command
Constructors in com.github.shyiko.mysql.binlog.network.protocol.command with parameters of type GtidSetModifierConstructorDescriptionDumpBinaryLogGtidCommand(long serverId, String binlogFilename, long binlogPosition, GtidSet gtidSet)