|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.github.shyiko.mysql.binlog.GtidSet.UUIDSet
public static final class GtidSet.UUIDSet
A range of GTIDs for a single server with a specific UUID.
GtidSet
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<GtidSet.Interval> |
getIntervals()
Get the intervals of transaction numbers. |
String |
getUUID()
Get the UUID for the server that generated the GTIDs. |
int |
hashCode()
|
boolean |
isContainedWithin(GtidSet.UUIDSet other)
Determine if the set of transaction numbers from this server is completely within the set of transaction numbers from the set of transaction numbers in the supplied set. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getUUID()
public List<GtidSet.Interval> getIntervals()
public boolean isContainedWithin(GtidSet.UUIDSet other)
other
- the set to compare with this set
true
if this server's transaction numbers are equal to or a subset of the transaction
numbers of the supplied set, or false otherwisepublic int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |