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