| Package | Description |
|---|---|
| io.debezium.connector.mongodb |
| Modifier and Type | Field and Description |
|---|---|
private ConnectionContext.MongoPrimary |
MongoDbStreamingChangeEventSource.ReplicaSetOplogContext.primary |
| Modifier and Type | Method and Description |
|---|---|
private ConnectionContext.MongoPrimary |
MongoDbStreamingChangeEventSource.establishConnectionToPrimary(ReplicaSet replicaSet) |
private ConnectionContext.MongoPrimary |
MongoDbSnapshotChangeEventSource.establishConnectionToPrimary(ReplicaSet replicaSet) |
(package private) ConnectionContext.MongoPrimary |
MongoDbStreamingChangeEventSource.ReplicaSetOplogContext.getPrimary() |
ConnectionContext.MongoPrimary |
ConnectionContext.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.
|
| Constructor and Description |
|---|
ReplicaSetOplogContext(ReplicaSetOffsetContext offsetContext,
ConnectionContext.MongoPrimary primary,
ReplicaSet replicaSet) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.