Uses of Interface
io.debezium.connector.mysql.GtidSet
Packages that use GtidSet
Package
Description
-
Uses of GtidSet in io.debezium.connector.mysql
Methods in io.debezium.connector.mysql that return GtidSetModifier and TypeMethodDescriptionGtidSet.getGtidSetBeginning()Returns a copy of this with all intervals set to the beginning.Obtain a copy of thisGtidSetexcept with only the GTID ranges match the specified predicate.Subtracts the two GTID sets.Methods in io.debezium.connector.mysql with parameters of type GtidSetModifier and TypeMethodDescriptionbooleanGtidSet.isContainedWithin(GtidSet other) Determine whether the GTIDs represented by this object are contained completely within the supplied set.Subtracts the two GTID sets. -
Uses of GtidSet in io.debezium.connector.mysql.strategy
Methods in io.debezium.connector.mysql.strategy that return GtidSetModifier and TypeMethodDescriptionprotected abstract GtidSetAbstractConnectorConnection.createGtidSet(String gtids) protected abstract GtidSetAbstractHistoryRecordComparator.createGtidSet(String gtidSet) abstract GtidSetAbstractConnectorConnection.filterGtidSet(Predicate<String> gtidSourceFilter, String offsetGtids, GtidSet availableServerGtidSet, GtidSet purgedServerGtidSet) Apply the include/exclude GTID source filters to the currentGTID setand merge them onto the currently available GTID set from a MySQL server.abstract GtidSetAbstractConnectorConnection.knownGtidSet()Returns the most recent executed GTID set or position.abstract GtidSetAbstractConnectorConnection.purgedGtidSet()Get the purged GTID values from the server.abstract GtidSetAbstractConnectorConnection.subtractGtidSet(GtidSet set1, GtidSet set2) Determines the difference between two GTID sets.Methods in io.debezium.connector.mysql.strategy with parameters of type GtidSetModifier and TypeMethodDescriptionabstract GtidSetAbstractConnectorConnection.filterGtidSet(Predicate<String> gtidSourceFilter, String offsetGtids, GtidSet availableServerGtidSet, GtidSet purgedServerGtidSet) Apply the include/exclude GTID source filters to the currentGTID setand merge them onto the currently available GTID set from a MySQL server.abstract GtidSetAbstractConnectorConnection.subtractGtidSet(GtidSet set1, GtidSet set2) Determines the difference between two GTID sets. -
Uses of GtidSet in io.debezium.connector.mysql.strategy.mariadb
Classes in io.debezium.connector.mysql.strategy.mariadb that implement GtidSetMethods in io.debezium.connector.mysql.strategy.mariadb that return GtidSetModifier and TypeMethodDescriptionprotected GtidSetMariaDbConnection.createGtidSet(String gtids) protected GtidSetMariaDbHistoryRecordComparator.createGtidSet(String gtidSet) MariaDbConnection.filterGtidSet(Predicate<String> gtidSourceFilter, String offsetGtids, GtidSet availableServerGtidSet, GtidSet purgedServerGtidSet) MariaDbGtidSet.getGtidSetBeginning()MariaDbConnection.knownGtidSet()MariaDbConnection.purgedGtidSet()MariaDbConnection.subtractGtidSet(GtidSet set1, GtidSet set2) Methods in io.debezium.connector.mysql.strategy.mariadb with parameters of type GtidSetModifier and TypeMethodDescriptionMariaDbConnection.filterGtidSet(Predicate<String> gtidSourceFilter, String offsetGtids, GtidSet availableServerGtidSet, GtidSet purgedServerGtidSet) booleanMariaDbGtidSet.isContainedWithin(GtidSet other) MariaDbConnection.subtractGtidSet(GtidSet set1, GtidSet set2) -
Uses of GtidSet in io.debezium.connector.mysql.strategy.mysql
Classes in io.debezium.connector.mysql.strategy.mysql that implement GtidSetMethods in io.debezium.connector.mysql.strategy.mysql that return GtidSetModifier and TypeMethodDescriptionprotected GtidSetMySqlConnection.createGtidSet(String gtids) protected GtidSetMySqlHistoryRecordComparator.createGtidSet(String gtidSet) MySqlConnection.filterGtidSet(Predicate<String> gtidSourceFilter, String offsetGtids, GtidSet availableServerGtidSet, GtidSet purgedServerGtidSet) MySqlConnection.knownGtidSet()MySqlConnection.purgedGtidSet()MySqlConnection.subtractGtidSet(GtidSet set1, GtidSet set2) Methods in io.debezium.connector.mysql.strategy.mysql with parameters of type GtidSetModifier and TypeMethodDescriptionMySqlConnection.filterGtidSet(Predicate<String> gtidSourceFilter, String offsetGtids, GtidSet availableServerGtidSet, GtidSet purgedServerGtidSet) booleanMySqlGtidSet.isContainedWithin(GtidSet other) MySqlConnection.subtractGtidSet(GtidSet set1, GtidSet set2)