Modifier and Type | Method and Description |
---|---|
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() |
public String getUUID()
public List<GtidSet.Interval> getIntervals()
public boolean isContainedWithin(GtidSet.UUIDSet other)
other
- the set to compare with this settrue
if this server's transaction numbers are equal to or a subset of the transaction
numbers of the supplied set, or false otherwiseCopyright © 2017. All rights reserved.