Uses of Class
io.debezium.connector.mysql.gtid.MySqlGtidSet.UUIDSet
Packages that use MySqlGtidSet.UUIDSet
-
Uses of MySqlGtidSet.UUIDSet in io.debezium.connector.mysql
Methods in io.debezium.connector.mysql that return MySqlGtidSet.UUIDSetModifier and TypeMethodDescriptionprivate MySqlGtidSet.UUIDSetMySqlReadOnlyIncrementalSnapshotContext.getUuidSet(String serverId) -
Uses of MySqlGtidSet.UUIDSet in io.debezium.connector.mysql.gtid
Fields in io.debezium.connector.mysql.gtid with type parameters of type MySqlGtidSet.UUIDSetModifier and TypeFieldDescriptionprivate final Map<String,MySqlGtidSet.UUIDSet> MySqlGtidSet.uuidSetsByServerIdMethods in io.debezium.connector.mysql.gtid that return MySqlGtidSet.UUIDSetModifier and TypeMethodDescriptionMySqlGtidSet.UUIDSet.asIntervalBeginning()MySqlGtidSet.forServerWithId(String uuid) Find theMySqlGtidSet.UUIDSetfor the server with the specified Uuid.MySqlGtidSet.UUIDSet.subtract(MySqlGtidSet.UUIDSet other) Methods in io.debezium.connector.mysql.gtid that return types with arguments of type MySqlGtidSet.UUIDSetModifier and TypeMethodDescriptionMySqlGtidSet.getUUIDSets()Get an immutable collection of therange of GTIDs for a single server.Methods in io.debezium.connector.mysql.gtid with parameters of type MySqlGtidSet.UUIDSetModifier and TypeMethodDescriptionbooleanMySqlGtidSet.UUIDSet.isContainedWithin(MySqlGtidSet.UUIDSet other) Determine if the set of transaction numbers from this server is completely within the set of transaction numbers from the set of transaction numbers in the supplied set.MySqlGtidSet.UUIDSet.subtract(MySqlGtidSet.UUIDSet other) Constructor parameters in io.debezium.connector.mysql.gtid with type arguments of type MySqlGtidSet.UUIDSetModifierConstructorDescriptionprotectedMySqlGtidSet(Map<String, MySqlGtidSet.UUIDSet> uuidSetsByServerId)