@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) |
protected |
UUIDSet(String uuid,
GtidSet.Interval interval) |
| Modifier and Type | Method and Description |
|---|---|
GtidSet.UUIDSet |
asIntervalBeginning() |
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 final String uuid
private final LinkedList<GtidSet.Interval> intervals
protected UUIDSet(com.github.shyiko.mysql.binlog.GtidSet.UUIDSet uuidSet)
protected UUIDSet(String uuid, GtidSet.Interval interval)
public GtidSet.UUIDSet asIntervalBeginning()
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 © 2019 JBoss by Red Hat. All rights reserved.