Uses of Class
io.debezium.connector.mongodb.ReplicaSetOffsetContext
Packages that use ReplicaSetOffsetContext
-
Uses of ReplicaSetOffsetContext in io.debezium.connector.mongodb
Fields in io.debezium.connector.mongodb declared as ReplicaSetOffsetContextModifier and TypeFieldDescriptionprivate final ReplicaSetOffsetContextMongoDbStreamingChangeEventSource.ReplicaSetChangeStreamsContext.offsetprivate final ReplicaSetOffsetContextChangeStreamPipelineFactory.rsOffsetContextFields in io.debezium.connector.mongodb with type parameters of type ReplicaSetOffsetContextModifier and TypeFieldDescriptionprivate final Map<ReplicaSet,ReplicaSetOffsetContext> MongoDbOffsetContext.replicaSetOffsetContextsMethods in io.debezium.connector.mongodb that return ReplicaSetOffsetContextModifier and TypeMethodDescription(package private) ReplicaSetOffsetContextMongoDbStreamingChangeEventSource.ReplicaSetChangeStreamsContext.getOffset()MongoDbOffsetContext.getReplicaSetOffsetContext(ReplicaSet replicaSet) Get aReplicaSetOffsetContextinstance for a givenReplicaSet.Methods in io.debezium.connector.mongodb with parameters of type ReplicaSetOffsetContextModifier and TypeMethodDescriptionprivate static Optional<org.bson.conversions.Bson>ChangeStreamPipelineFactory.createClusterTimeFilter(ReplicaSetOffsetContext rsOffsetContext) private booleanMongoDbSnapshotChangeEventSource.isSnapshotExpected(MongoDbConnection mongo, ReplicaSetOffsetContext offsetContext) Constructors in io.debezium.connector.mongodb with parameters of type ReplicaSetOffsetContextModifierConstructorDescription(package private)ChangeStreamPipelineFactory(ReplicaSetOffsetContext rsOffsetContext, MongoDbConnectorConfig connectorConfig, Filters.FilterConfig filterConfig) (package private)ReplicaSetChangeStreamsContext(ReplicaSetPartition partition, ReplicaSetOffsetContext offsetContext, MongoDbConnection mongo, ReplicaSet replicaSet)