| Package | Description |
|---|---|
| io.debezium.connector.mongodb |
| Modifier and Type | Field and Description |
|---|---|
private ReplicaSetOffsetContext |
MongoDbStreamingChangeEventSource.ReplicaSetOplogContext.offset |
| Modifier and Type | Field and Description |
|---|---|
private Map<ReplicaSet,ReplicaSetOffsetContext> |
MongoDbOffsetContext.replicaSetOffsetContexts |
| Modifier and Type | Method and Description |
|---|---|
(package private) ReplicaSetOffsetContext |
MongoDbStreamingChangeEventSource.ReplicaSetOplogContext.getOffset() |
ReplicaSetOffsetContext |
MongoDbOffsetContext.getReplicaSetOffsetContext(ReplicaSet replicaSet)
Get a
ReplicaSetOffsetContext instance for a given ReplicaSet. |
| Modifier and Type | Method and Description |
|---|---|
private boolean |
MongoDbSnapshotChangeEventSource.isSnapshotExpected(ConnectionContext.MongoPrimary primaryClient,
ReplicaSetOffsetContext offsetContext) |
| Constructor and Description |
|---|
ReplicaSetOplogContext(ReplicaSetOffsetContext offsetContext,
ConnectionContext.MongoPrimary primary,
ReplicaSet replicaSet) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.