| Package | Description |
|---|---|
| io.debezium.connector.mysql |
| Modifier and Type | Method and Description |
|---|---|
GtidSet |
MySqlTaskContext.filterGtidSet(GtidSet availableServerGtidSet,
GtidSet purgedServerGtid)
Apply the include/exclude GTID source filters to the current
GTID set and merge them onto the
currently available GTID set from a MySQL server. |
GtidSet |
GtidSet.getGtidSetBeginning()
Returns a copy with all intervals set to beginning
|
GtidSet |
MySqlJdbcContext.purgedGtidSet()
Get the purged GTID values from MySQL (gtid_purged value)
|
GtidSet |
GtidSet.retainAll(Predicate<String> sourceFilter)
Obtain a copy of this
GtidSet except with only the GTID ranges that have server UUIDs that match the given
predicate. |
GtidSet |
MySqlJdbcContext.subtractGtidSet(GtidSet set1,
GtidSet set2)
Determine the difference between two sets.
|
GtidSet |
GtidSet.with(GtidSet other)
|
| Modifier and Type | Method and Description |
|---|---|
GtidSet |
MySqlTaskContext.filterGtidSet(GtidSet availableServerGtidSet,
GtidSet purgedServerGtid)
Apply the include/exclude GTID source filters to the current
GTID set and merge them onto the
currently available GTID set from a MySQL server. |
boolean |
GtidSet.isContainedWithin(GtidSet other)
Determine if the GTIDs represented by this object are contained completely within the supplied set of GTIDs.
|
GtidSet |
MySqlJdbcContext.subtractGtidSet(GtidSet set1,
GtidSet set2)
Determine the difference between two sets.
|
GtidSet |
GtidSet.with(GtidSet other)
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.