Uses of Class
io.debezium.connector.mysql.strategy.mysql.MySqlGtidSet
Packages that use MySqlGtidSet
-
Uses of MySqlGtidSet in io.debezium.connector.mysql.strategy.mysql
Fields in io.debezium.connector.mysql.strategy.mysql declared as MySqlGtidSetModifier and TypeFieldDescriptionprivate MySqlGtidSetMySqlReadOnlyIncrementalSnapshotContext.highWatermarkprivate MySqlGtidSetMySqlReadOnlyIncrementalSnapshotContext.lowWatermarkprivate MySqlGtidSetMySqlReadOnlyIncrementalSnapshotContext.previousHighWatermarkprivate MySqlGtidSetMySqlReadOnlyIncrementalSnapshotContext.previousLowWatermarkMethods in io.debezium.connector.mysql.strategy.mysql that return MySqlGtidSetMethods in io.debezium.connector.mysql.strategy.mysql with parameters of type MySqlGtidSetModifier and TypeMethodDescriptionvoidMySqlReadOnlyIncrementalSnapshotContext.setHighWatermark(MySqlGtidSet highWatermark) voidMySqlReadOnlyIncrementalSnapshotContext.setLowWatermark(MySqlGtidSet lowWatermark) Method parameters in io.debezium.connector.mysql.strategy.mysql with type arguments of type MySqlGtidSetModifier and TypeMethodDescriptionprivate voidMySqlReadOnlyIncrementalSnapshotChangeEventSource.getExecutedGtidSet(Consumer<MySqlGtidSet> watermark)