| Package | Description |
|---|---|
| io.debezium.connector.mysql |
| Modifier and Type | Field and Description |
|---|---|
private Map<String,GtidSet.UUIDSet> |
GtidSet.uuidSetsByServerId |
| Modifier and Type | Method and Description |
|---|---|
GtidSet.UUIDSet |
GtidSet.UUIDSet.asIntervalBeginning() |
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.
|
| Constructor and Description |
|---|
GtidSet(Map<String,GtidSet.UUIDSet> uuidSetsByServerId) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.