com.github.shyiko.mysql.binlog
Class GtidSet.UUIDSet

java.lang.Object
  extended by com.github.shyiko.mysql.binlog.GtidSet.UUIDSet
Enclosing class:
GtidSet

public static class GtidSet.UUIDSet
extends Object

See Also:
GtidSet

Constructor Summary
GtidSet.UUIDSet(String uuid, Collection<GtidSet.Interval> intervals)
           
 
Method Summary
 Collection<GtidSet.Interval> getIntervals()
           
 String getUUID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GtidSet.UUIDSet

public GtidSet.UUIDSet(String uuid,
                       Collection<GtidSet.Interval> intervals)
Method Detail

getUUID

public String getUUID()

getIntervals

public Collection<GtidSet.Interval> getIntervals()


Copyright © 2015. All Rights Reserved.