Uses of Class
io.debezium.connector.mysql.MySqlReadOnlyIncrementalSnapshotContext
-
Packages that use MySqlReadOnlyIncrementalSnapshotContext Package Description io.debezium.connector.mysql -
-
Uses of MySqlReadOnlyIncrementalSnapshotContext in io.debezium.connector.mysql
Methods in io.debezium.connector.mysql that return MySqlReadOnlyIncrementalSnapshotContext Modifier and Type Method Description private MySqlReadOnlyIncrementalSnapshotContext<T>MySqlReadOnlyIncrementalSnapshotChangeEventSource. getContext()static <U> MySqlReadOnlyIncrementalSnapshotContext<U>MySqlReadOnlyIncrementalSnapshotContext. load(Map<String,?> offsets)static <U> MySqlReadOnlyIncrementalSnapshotContext<U>MySqlReadOnlyIncrementalSnapshotContext. load(Map<String,?> offsets, boolean useCatalogBeforeSchema)Methods in io.debezium.connector.mysql with parameters of type MySqlReadOnlyIncrementalSnapshotContext Modifier and Type Method Description protected static <U> IncrementalSnapshotContext<U>MySqlReadOnlyIncrementalSnapshotContext. init(MySqlReadOnlyIncrementalSnapshotContext<U> context, Map<String,?> offsets)
-