| Modifier and Type | Field and Description |
|---|---|
private Map<String,GtidSet.UUIDSet> |
GtidSet.uuidSetsByServerId |
| Modifier and Type | Method and Description |
|---|---|
GtidSet.UUIDSet |
GtidSet.forServerWithId(String uuid)
Find the
GtidSet.UUIDSet for the server with the specified UUID. |
| Modifier and Type | Method and Description |
|---|---|
Collection<GtidSet.UUIDSet> |
GtidSet.getUUIDSets()
Get an immutable collection of the
range of GTIDs for a single server. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GtidSet.UUIDSet.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.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.