| Modifier and Type | Method and Description |
|---|---|
GtidSet |
MySqlTaskContext.filterGtidSet(GtidSet availableServerGtidSet)
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.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 |
GtidSet.with(GtidSet other)
|
| Modifier and Type | Method and Description |
|---|---|
GtidSet |
MySqlTaskContext.filterGtidSet(GtidSet availableServerGtidSet)
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 |
GtidSet.with(GtidSet other)
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.