Uses of Class
com.github.shyiko.mysql.binlog.GtidSet

Packages that use GtidSet
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
 boolean GtidSet.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
DumpBinaryLogGtidCommand(long serverId, String binlogFilename, long binlogPosition, GtidSet gtidSet)
           
 



Copyright © 2016. All Rights Reserved.