Uses of Class
io.debezium.connector.mysql.GtidSet.UUIDSet
Packages that use GtidSet.UUIDSet
-
Uses of GtidSet.UUIDSet in io.debezium.connector.mysql
Fields in io.debezium.connector.mysql with type parameters of type GtidSet.UUIDSetModifier and TypeFieldDescriptionprivate final Map<String,GtidSet.UUIDSet> GtidSet.uuidSetsByServerIdMethods in io.debezium.connector.mysql that return GtidSet.UUIDSetModifier and TypeMethodDescriptionGtidSet.UUIDSet.asIntervalBeginning()GtidSet.forServerWithId(String uuid) Find theGtidSet.UUIDSetfor the server with the specified Uuid.private GtidSet.UUIDSetMySqlReadOnlyIncrementalSnapshotContext.getUuidSet(String serverId) GtidSet.UUIDSet.subtract(GtidSet.UUIDSet other) Methods in io.debezium.connector.mysql that return types with arguments of type GtidSet.UUIDSetModifier and TypeMethodDescriptionGtidSet.getUUIDSets()Get an immutable collection of therange of GTIDs for a single server.Methods in io.debezium.connector.mysql with parameters of type GtidSet.UUIDSetModifier and TypeMethodDescriptionbooleanGtidSet.UUIDSet.isContainedWithin(GtidSet.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.GtidSet.UUIDSet.subtract(GtidSet.UUIDSet other) Constructor parameters in io.debezium.connector.mysql with type arguments of type GtidSet.UUIDSet