Uses of Class
io.debezium.connector.mysql.GtidSet
-
Packages that use GtidSet Package Description io.debezium.connector.mysql io.debezium.connector.mysql.legacy -
-
Uses of GtidSet in io.debezium.connector.mysql
Fields in io.debezium.connector.mysql declared as GtidSet Modifier and Type Field Description private GtidSetMySqlReadOnlyIncrementalSnapshotContext. highWatermarkprivate GtidSetMySqlReadOnlyIncrementalSnapshotContext. lowWatermarkprivate GtidSetMySqlReadOnlyIncrementalSnapshotContext. previousHighWatermarkprivate GtidSetMySqlReadOnlyIncrementalSnapshotContext. previousLowWatermarkMethods in io.debezium.connector.mysql that return GtidSet Modifier and Type Method Description GtidSetMySqlStreamingChangeEventSource. filterGtidSet(MySqlOffsetContext offsetContext, GtidSet availableServerGtidSet, GtidSet purgedServerGtid)Apply the include/exclude GTID source filters to the currentGTID setand merge them onto the currently available GTID set from a MySQL server.GtidSetGtidSet. getGtidSetBeginning()Returns a copy with all intervals set to beginningGtidSetMySqlConnection. purgedGtidSet()Get the purged GTID values from MySQL (gtid_purged value)GtidSetGtidSet. retainAll(Predicate<String> sourceFilter)Obtain a copy of thisGtidSetexcept with only the GTID ranges that have server UUIDs that match the given predicate.GtidSetGtidSet. subtract(GtidSet other)GtidSetMySqlConnection. subtractGtidSet(GtidSet set1, GtidSet set2)Determine the difference between two sets.GtidSetGtidSet. with(GtidSet other)Methods in io.debezium.connector.mysql with parameters of type GtidSet Modifier and Type Method Description GtidSetMySqlStreamingChangeEventSource. filterGtidSet(MySqlOffsetContext offsetContext, GtidSet availableServerGtidSet, GtidSet purgedServerGtid)Apply the include/exclude GTID source filters to the currentGTID setand merge them onto the currently available GTID set from a MySQL server.booleanGtidSet. isContainedWithin(GtidSet other)Determine if the GTIDs represented by this object are contained completely within the supplied set of GTIDs.voidMySqlReadOnlyIncrementalSnapshotContext. setHighWatermark(GtidSet highWatermark)voidMySqlReadOnlyIncrementalSnapshotContext. setLowWatermark(GtidSet lowWatermark)GtidSetGtidSet. subtract(GtidSet other)GtidSetMySqlConnection. subtractGtidSet(GtidSet set1, GtidSet set2)Determine the difference between two sets.GtidSetGtidSet. with(GtidSet other)Method parameters in io.debezium.connector.mysql with type arguments of type GtidSet Modifier and Type Method Description private voidMySqlReadOnlyIncrementalSnapshotChangeEventSource. getExecutedGtidSet(Consumer<GtidSet> watermark) -
Uses of GtidSet in io.debezium.connector.mysql.legacy
Methods in io.debezium.connector.mysql.legacy that return GtidSet Modifier and Type Method Description GtidSetMySqlTaskContext. filterGtidSet(GtidSet availableServerGtidSet, GtidSet purgedServerGtid)Apply the include/exclude GTID source filters to the currentGTID setand merge them onto the currently available GTID set from a MySQL server.GtidSetMySqlJdbcContext. purgedGtidSet()Get the purged GTID values from MySQL (gtid_purged value)GtidSetMySqlJdbcContext. subtractGtidSet(GtidSet set1, GtidSet set2)Determine the difference between two sets.Methods in io.debezium.connector.mysql.legacy with parameters of type GtidSet Modifier and Type Method Description GtidSetMySqlTaskContext. filterGtidSet(GtidSet availableServerGtidSet, GtidSet purgedServerGtid)Apply the include/exclude GTID source filters to the currentGTID setand merge them onto the currently available GTID set from a MySQL server.GtidSetMySqlJdbcContext. subtractGtidSet(GtidSet set1, GtidSet set2)Determine the difference between two sets.
-