Uses of Class
io.debezium.connector.mysql.GtidSet
Packages that use GtidSet
-
Uses of GtidSet in io.debezium.connector.mysql
Fields in io.debezium.connector.mysql declared as GtidSetModifier and TypeFieldDescriptionprivate GtidSetMySqlReadOnlyIncrementalSnapshotContext.highWatermarkprivate GtidSetMySqlReadOnlyIncrementalSnapshotContext.lowWatermarkprivate GtidSetMySqlReadOnlyIncrementalSnapshotContext.previousHighWatermarkprivate GtidSetMySqlReadOnlyIncrementalSnapshotContext.previousLowWatermarkMethods in io.debezium.connector.mysql that return GtidSetModifier and TypeMethodDescriptionMySqlStreamingChangeEventSource.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.GtidSet.getGtidSetBeginning()Returns a copy with all intervals set to beginningMySqlConnection.purgedGtidSet()Get the purged GTID values from MySQL (gtid_purged value)Obtain a copy of thisGtidSetexcept with only the GTID ranges that have server UUIDs that match the given predicate.MySqlConnection.subtractGtidSet(GtidSet set1, GtidSet set2) Determine the difference between two sets.Methods in io.debezium.connector.mysql with parameters of type GtidSetModifier and TypeMethodDescriptionMySqlStreamingChangeEventSource.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) MySqlConnection.subtractGtidSet(GtidSet set1, GtidSet set2) Determine the difference between two sets.Method parameters in io.debezium.connector.mysql with type arguments of type GtidSetModifier and TypeMethodDescriptionprivate voidMySqlReadOnlyIncrementalSnapshotChangeEventSource.getExecutedGtidSet(Consumer<GtidSet> watermark) -
Uses of GtidSet in io.debezium.connector.mysql.legacy
Methods in io.debezium.connector.mysql.legacy that return GtidSetModifier and TypeMethodDescriptionMySqlTaskContext.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.MySqlJdbcContext.purgedGtidSet()Get the purged GTID values from MySQL (gtid_purged value)MySqlJdbcContext.subtractGtidSet(GtidSet set1, GtidSet set2) Determine the difference between two sets.Methods in io.debezium.connector.mysql.legacy with parameters of type GtidSetModifier and TypeMethodDescriptionMySqlTaskContext.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.MySqlJdbcContext.subtractGtidSet(GtidSet set1, GtidSet set2) Determine the difference between two sets.