Uses of Class
io.debezium.connector.mongodb.SourceInfo
Packages that use SourceInfo
-
Uses of SourceInfo in io.debezium.connector.mongodb
Fields in io.debezium.connector.mongodb declared as SourceInfoModifier and TypeFieldDescriptionprivate final SourceInfoMongoDbTaskContext.sourceprivate final SourceInfoMongoDbOffsetContext.Loader.sourceInfoMethods in io.debezium.connector.mongodb that return SourceInfoMethods in io.debezium.connector.mongodb with parameters of type SourceInfoModifier and TypeMethodDescriptionorg.apache.kafka.connect.data.StructMongoDbSourceInfoStructMaker.struct(SourceInfo sourceInfo) Constructors in io.debezium.connector.mongodb with parameters of type SourceInfoModifierConstructorDescriptionMongoDbOffsetContext(SourceInfo sourceInfo, TransactionContext transactionContext, IncrementalSnapshotContext<CollectionId> incrementalSnapshotContext) ReplicaSetOffsetContext(MongoDbOffsetContext offsetContext, ReplicaSet replicaSet, SourceInfo sourceInfo, IncrementalSnapshotContext<CollectionId> incrementalSnapshotContext)