| Package | Description |
|---|---|
| io.debezium.connector.mongodb |
| Modifier and Type | Field and Description |
|---|---|
private MongoDbOffsetContext |
ReplicaSetOffsetContext.offsetContext |
private MongoDbOffsetContext |
MongoDbStreamingChangeEventSource.offsetContext |
private MongoDbOffsetContext |
MongoDbSnapshotChangeEventSource.previousOffset |
| Modifier and Type | Method and Description |
|---|---|
private MongoDbOffsetContext |
MongoDbConnectorTask.getPreviousOffsets(MongoDbConnectorConfig connectorConfig,
ReplicaSets replicaSets) |
protected MongoDbOffsetContext |
MongoDbStreamingChangeEventSource.initializeOffsets(MongoDbConnectorConfig connectorConfig,
ReplicaSets replicaSets) |
MongoDbOffsetContext |
MongoDbOffsetContext.Loader.loadOffsets(Map<Map<String,String>,Map<String,Object>> offsets) |
| Constructor and Description |
|---|
MongoDbSnapshotChangeEventSource(MongoDbConnectorConfig connectorConfig,
MongoDbTaskContext taskContext,
ReplicaSets replicaSets,
MongoDbOffsetContext previousOffset,
EventDispatcher<CollectionId> dispatcher,
Clock clock,
SnapshotProgressListener snapshotProgressListener,
ErrorHandler errorHandler) |
MongoDbStreamingChangeEventSource(MongoDbConnectorConfig connectorConfig,
MongoDbTaskContext taskContext,
ReplicaSets replicaSets,
MongoDbOffsetContext offsetContext,
EventDispatcher<CollectionId> dispatcher,
ErrorHandler errorHandler,
Clock clock) |
ReplicaSetOffsetContext(MongoDbOffsetContext offsetContext,
ReplicaSet replicaSet,
SourceInfo sourceInfo) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.