Uses of Class
io.debezium.connector.mongodb.ConnectionContext.MongoPrimary
-
Packages that use ConnectionContext.MongoPrimary Package Description io.debezium.connector.mongodb -
-
Uses of ConnectionContext.MongoPrimary in io.debezium.connector.mongodb
Fields in io.debezium.connector.mongodb declared as ConnectionContext.MongoPrimary Modifier and Type Field Description private ConnectionContext.MongoPrimaryMongoDbStreamingChangeEventSource.ReplicaSetOplogContext. primaryMethods in io.debezium.connector.mongodb that return ConnectionContext.MongoPrimary Modifier and Type Method Description private ConnectionContext.MongoPrimaryMongoDbSnapshotChangeEventSource. establishConnectionToPrimary(ReplicaSet replicaSet)private ConnectionContext.MongoPrimaryMongoDbStreamingChangeEventSource. establishConnectionToPrimary(ReplicaSet replicaSet)(package private) ConnectionContext.MongoPrimaryMongoDbStreamingChangeEventSource.ReplicaSetOplogContext. getPrimary()ConnectionContext.MongoPrimaryConnectionContext. primaryFor(ReplicaSet replicaSet, Filters filters, BiConsumer<String,Throwable> errorHandler)Obtain a client that will repeated try to obtain a client to the primary node of the replica set, waiting (and using this context's back-off strategy) if required until the primary becomes available.Constructors in io.debezium.connector.mongodb with parameters of type ConnectionContext.MongoPrimary Constructor Description ReplicaSetOplogContext(ReplicaSetPartition partition, ReplicaSetOffsetContext offsetContext, ConnectionContext.MongoPrimary primary, ReplicaSet replicaSet)
-