Uses of Class
io.debezium.connector.mongodb.connection.ConnectionContext
Packages that use ConnectionContext
-
Uses of ConnectionContext in io.debezium.connector.mongodb
Fields in io.debezium.connector.mongodb declared as ConnectionContextModifier and TypeFieldDescriptionprivate ConnectionContextMongoDbConnector.connectionContextprivate final ConnectionContextMongoDbIncrementalSnapshotChangeEventSource.connectionContextprivate final ConnectionContextMongoDbSnapshotChangeEventSource.connectionContextprivate final ConnectionContextMongoDbStreamingChangeEventSource.connectionContextprivate final ConnectionContextMongoDbTaskContext.connectionContextprivate final ConnectionContextReplicaSetMonitorThread.connectionContextMethods in io.debezium.connector.mongodb that return ConnectionContextMethods in io.debezium.connector.mongodb with parameters of type ConnectionContextModifier and TypeMethodDescriptionMongoDbChangeEventSourceFactory.getMongoDbConnectionFactory(ConnectionContext connectionContext) private voidReplicaSetDiscovery.readReplicaSetsFromCluster(Set<ReplicaSet> replicaSetSpecs, com.mongodb.connection.ClusterDescription clusterDescription, ConnectionContext connectionContext) private voidReplicaSetDiscovery.readShardedClusterAsReplicaSet(Set<ReplicaSet> replicaSetSpecs, ConnectionContext connectionContext) Constructors in io.debezium.connector.mongodb with parameters of type ConnectionContextModifierConstructorDescriptionReplicaSetMonitorThread(ConnectionContext connectionContext, Function<com.mongodb.client.MongoClient, ReplicaSets> monitor, Duration period, Clock clock, Runnable onStartup, Consumer<ReplicaSets> onChange)