| Package | Description |
|---|---|
| com.github.shyiko.mysql.binlog |
| Modifier and Type | Method and Description |
|---|---|
GtidSet.UUIDSet |
GtidSet.getUUIDSet(String uuid)
Find the
GtidSet.UUIDSet for the server with the specified UUID. |
GtidSet.UUIDSet |
GtidSet.putUUIDSet(GtidSet.UUIDSet uuidSet)
Add or replace the UUIDSet
|
| 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.
|
GtidSet.UUIDSet |
GtidSet.putUUIDSet(GtidSet.UUIDSet uuidSet)
Add or replace the UUIDSet
|
Copyright © 2019. All rights reserved.