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