Uses of Class
io.debezium.connector.mongodb.ReplicaSets
-
Packages that use ReplicaSets Package Description io.debezium.connector.mongodb -
-
Uses of ReplicaSets in io.debezium.connector.mongodb
Fields in io.debezium.connector.mongodb declared as ReplicaSets Modifier and Type Field Description protected ReplicaSetsConnectionContext. replicaSetsprivate ReplicaSetsMongoDbChangeEventSourceFactory. replicaSetsprivate ReplicaSetsMongoDbOffsetContext.Loader. replicaSetsprivate ReplicaSetsMongoDbSnapshotChangeEventSource. replicaSetsprivate ReplicaSetsMongoDbStreamingChangeEventSource. replicaSetsprivate ReplicaSetsReplicaSetMonitorThread. replicaSetsFields in io.debezium.connector.mongodb with type parameters of type ReplicaSets Modifier and Type Field Description private Supplier<ReplicaSets>ReplicaSetMonitorThread. monitorprivate Consumer<ReplicaSets>ReplicaSetMonitorThread. onChangeMethods in io.debezium.connector.mongodb that return ReplicaSets Modifier and Type Method Description static ReplicaSetsReplicaSets. empty()Get an instance that contains no replica sets.private ReplicaSetsMongoDbConnectorTask. getReplicaSets(Configuration config)ReplicaSetsReplicaSetDiscovery. getReplicaSets()Connect to the shard cluster or replica set defined by the seed addresses, and obtain the specifications for each of the replica sets.ReplicaSetsReplicaSetMonitorThread. getReplicaSets(long timeout, TimeUnit unit)Get the information about each of the replica sets.static ReplicaSetsReplicaSets. parse(String hosts)Parse the supplied string for the information about the replica set hosts.ReplicaSetsConnectionContext. replicaSets()Methods in io.debezium.connector.mongodb with parameters of type ReplicaSets Modifier and Type Method Description protected voidMongoDbSnapshotChangeEventSource. determineSnapshotOffsets(MongoDbSnapshotChangeEventSource.MongoDbSnapshotContext ctx, ReplicaSets replicaSets)private MongoDbOffsetContextMongoDbConnectorTask. getPreviousOffset(MongoDbConnectorConfig connectorConfig, ReplicaSets replicaSets)booleanReplicaSets. haveChangedSince(ReplicaSets priorState)Determine if one or more replica sets has been added or removed since the prior state.protected MongoDbOffsetContextMongoDbStreamingChangeEventSource. initializeOffsets(MongoDbConnectorConfig connectorConfig, ReplicaSets replicaSets)protected voidMongoDbConnector. replicaSetsChanged(ReplicaSets replicaSets)Method parameters in io.debezium.connector.mongodb with type arguments of type ReplicaSets Modifier and Type Method Description voidReplicaSets. subdivide(int maxSubdivisionCount, Consumer<ReplicaSets> subdivisionConsumer)Subdivide this collection of replica sets into the maximum number of groups.Constructors in io.debezium.connector.mongodb with parameters of type ReplicaSets Constructor Description Loader(MongoDbConnectorConfig connectorConfig, ReplicaSets replicaSets)MongoDbChangeEventSourceFactory(MongoDbConnectorConfig configuration, ErrorHandler errorHandler, EventDispatcher<CollectionId> dispatcher, Clock clock, ReplicaSets replicaSets, MongoDbTaskContext taskContext)MongoDbSnapshotChangeEventSource(MongoDbConnectorConfig connectorConfig, MongoDbTaskContext taskContext, ReplicaSets replicaSets, EventDispatcher<CollectionId> dispatcher, Clock clock, SnapshotProgressListener snapshotProgressListener, ErrorHandler errorHandler)MongoDbStreamingChangeEventSource(MongoDbConnectorConfig connectorConfig, MongoDbTaskContext taskContext, ReplicaSets replicaSets, EventDispatcher<CollectionId> dispatcher, ErrorHandler errorHandler, Clock clock)Constructor parameters in io.debezium.connector.mongodb with type arguments of type ReplicaSets Constructor Description ReplicaSetMonitorThread(Supplier<ReplicaSets> monitor, Duration period, Clock clock, Runnable onStartup, Consumer<ReplicaSets> onChange)ReplicaSetMonitorThread(Supplier<ReplicaSets> monitor, Duration period, Clock clock, Runnable onStartup, Consumer<ReplicaSets> onChange)
-