@Immutable public static class GtidSet.UUIDSet extends Object
Modifier and Type | Field and Description |
---|---|
private LinkedList<GtidSet.Interval> |
intervals |
private String |
uuid |
Modifier | Constructor and Description |
---|---|
protected |
UUIDSet(com.github.shyiko.mysql.binlog.GtidSet.UUIDSet uuidSet) |
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() |
private String uuid
private LinkedList<GtidSet.Interval> intervals
protected UUIDSet(com.github.shyiko.mysql.binlog.GtidSet.UUIDSet uuidSet)
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 a subset of the transaction numbers of the supplied set,
or false otherwiseCopyright © 2018 JBoss by Red Hat. All rights reserved.