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.offsetFields 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 booleanMongoDbSnapshotChangeEventSource.isSnapshotExpected(ConnectionContext.MongoPreferredNode mongo, ReplicaSetOffsetContext offsetContext) Constructors in io.debezium.connector.mongodb with parameters of type ReplicaSetOffsetContextModifierConstructorDescription(package private)ReplicaSetChangeStreamsContext(ReplicaSetPartition partition, ReplicaSetOffsetContext offsetContext, ConnectionContext.MongoPreferredNode mongo, ReplicaSet replicaSet)