Uses of Class
io.debezium.connector.mongodb.ReplicaSetOffsetContext
-
Packages that use ReplicaSetOffsetContext Package Description io.debezium.connector.mongodb -
-
Uses of ReplicaSetOffsetContext in io.debezium.connector.mongodb
Fields in io.debezium.connector.mongodb declared as ReplicaSetOffsetContext Modifier and Type Field Description private ReplicaSetOffsetContextMongoDbStreamingChangeEventSource.ReplicaSetOplogContext. offsetFields in io.debezium.connector.mongodb with type parameters of type ReplicaSetOffsetContext Modifier and Type Field Description private Map<ReplicaSet,ReplicaSetOffsetContext>MongoDbOffsetContext. replicaSetOffsetContextsMethods in io.debezium.connector.mongodb that return ReplicaSetOffsetContext Modifier and Type Method Description (package private) ReplicaSetOffsetContextMongoDbStreamingChangeEventSource.ReplicaSetOplogContext. getOffset()ReplicaSetOffsetContextMongoDbOffsetContext. getReplicaSetOffsetContext(ReplicaSet replicaSet)Get aReplicaSetOffsetContextinstance for a givenReplicaSet.Methods in io.debezium.connector.mongodb with parameters of type ReplicaSetOffsetContext Modifier and Type Method Description private booleanMongoDbSnapshotChangeEventSource. isSnapshotExpected(ConnectionContext.MongoPrimary primaryClient, ReplicaSetOffsetContext offsetContext)Constructors in io.debezium.connector.mongodb with parameters of type ReplicaSetOffsetContext Constructor Description ReplicaSetOplogContext(ReplicaSetPartition partition, ReplicaSetOffsetContext offsetContext, ConnectionContext.MongoPrimary primary, ReplicaSet replicaSet)
-