Uses of Class
io.debezium.connector.mongodb.SourceInfo
-
Packages that use SourceInfo Package Description io.debezium.connector.mongodb -
-
Uses of SourceInfo in io.debezium.connector.mongodb
Fields in io.debezium.connector.mongodb declared as SourceInfo Modifier and Type Field Description private SourceInfoMongoDbTaskContext. sourceprivate SourceInfoMongoDbOffsetContext.Loader. sourceInfoprivate SourceInfoMongoDbOffsetContext. sourceInfoprivate SourceInfoReplicaSetOffsetContext. sourceInfoMethods in io.debezium.connector.mongodb that return SourceInfo Modifier and Type Method Description SourceInfoMongoDbTaskContext. source()Methods in io.debezium.connector.mongodb with parameters of type SourceInfo Modifier and Type Method Description org.apache.kafka.connect.data.StructLegacyV1MongoDbSourceInfoStructMaker. struct(SourceInfo sourceInfo)org.apache.kafka.connect.data.StructMongoDbSourceInfoStructMaker. struct(SourceInfo sourceInfo)Constructors in io.debezium.connector.mongodb with parameters of type SourceInfo Constructor Description MongoDbOffsetContext(SourceInfo sourceInfo, TransactionContext transactionContext)MongoDbOffsetContext(SourceInfo sourceInfo, TransactionContext transactionContext, Map<ReplicaSet,org.bson.Document> offsets)ReplicaSetOffsetContext(MongoDbOffsetContext offsetContext, ReplicaSet replicaSet, SourceInfo sourceInfo)
-