Uses of Class
com.github.shyiko.mysql.binlog.GtidSet
-
Packages that use GtidSet Package Description com.github.shyiko.mysql.binlog com.github.shyiko.mysql.binlog.network.protocol.command -
-
Uses of GtidSet in com.github.shyiko.mysql.binlog
Methods in com.github.shyiko.mysql.binlog with parameters of type GtidSet Modifier and Type Method Description booleanGtidSet. isContainedWithin(GtidSet other)Determine if the GTIDs represented by this object are contained completely within the supplied set of GTIDs. -
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 GtidSet Constructor Description DumpBinaryLogGtidCommand(long serverId, String binlogFilename, long binlogPosition, GtidSet gtidSet)
-