Uses of Class
io.debezium.connector.mongodb.MongoDbOffsetContext
-
Packages that use MongoDbOffsetContext Package Description io.debezium.connector.mongodb -
-
Uses of MongoDbOffsetContext in io.debezium.connector.mongodb
Fields in io.debezium.connector.mongodb declared as MongoDbOffsetContext Modifier and Type Field Description private MongoDbOffsetContextReplicaSetOffsetContext. offsetContextMethods in io.debezium.connector.mongodb that return MongoDbOffsetContext Modifier and Type Method Description private MongoDbOffsetContextMongoDbConnectorTask. getPreviousOffset(MongoDbConnectorConfig connectorConfig, ReplicaSets replicaSets)protected MongoDbOffsetContextMongoDbStreamingChangeEventSource. initializeOffsets(MongoDbConnectorConfig connectorConfig, ReplicaSets replicaSets)MongoDbOffsetContextMongoDbOffsetContext.Loader. loadOffsets(Map<Map<String,String>,Map<String,Object>> offsets)Method parameters in io.debezium.connector.mongodb with type arguments of type MongoDbOffsetContext Modifier and Type Method Description protected SnapshotResult<MongoDbOffsetContext>MongoDbSnapshotChangeEventSource. doExecute(ChangeEventSource.ChangeEventSourceContext context, MongoDbOffsetContext previousOffset, AbstractSnapshotChangeEventSource.SnapshotContext<MongoDbPartition,MongoDbOffsetContext> snapshotContext, AbstractSnapshotChangeEventSource.SnapshottingTask snapshottingTask)protected ChangeRecordEmitterMongoDbSnapshotChangeEventSource. getChangeRecordEmitter(AbstractSnapshotChangeEventSource.SnapshotContext<MongoDbPartition,MongoDbOffsetContext> snapshotContext, CollectionId collectionId, org.bson.Document document, ReplicaSet replicaSet)Constructors in io.debezium.connector.mongodb with parameters of type MongoDbOffsetContext Constructor Description ReplicaSetOffsetContext(MongoDbOffsetContext offsetContext, ReplicaSet replicaSet, SourceInfo sourceInfo)
-