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
Subclasses of GtidSet in com.github.shyiko.mysql.binlog Modifier and Type Class Description classMariadbGtidSetMariadb Global Transaction IDFields in com.github.shyiko.mysql.binlog declared as GtidSet Modifier and Type Field Description protected GtidSetBinaryLogClient. gtidSetMethods in com.github.shyiko.mysql.binlog that return GtidSet Modifier and Type Method Description static GtidSetGtidSet. parse(String gtidStr)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.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 GtidSet Constructor Description DumpBinaryLogGtidCommand(long serverId, String binlogFilename, long binlogPosition, GtidSet gtidSet)
-