| Interface | Description |
|---|---|
| ConnectionContext.PrimaryConnectFailed | |
| TopicSelector |
A function that determines the name of topics for data and metadata.
|
| Class | Description |
|---|---|
| CollectionId |
A simple identifier for collections in a replica set.
|
| ConnectionContext | |
| ConnectionContext.MongoPrimary |
A supplier of a client that connects only to the primary of a replica set.
|
| Filters |
A utility that is contains filters for acceptable collections.
|
| Module |
Information about this module.
|
| MongoClients |
A connection pool of MongoClient instances.
|
| MongoClients.Builder |
Configures and builds a ConnectionPool.
|
| MongoDbConnector |
A Kafka Connect source connector that creates
tasks that replicate the context of one or more
MongoDB replica sets. |
| MongoDbConnectorConfig |
The configuration properties.
|
| MongoDbConnectorConfig.CollectionRecommender | |
| MongoDbConnectorConfig.DatabaseRecommender | |
| MongoDbConnectorTask |
A Kafka Connect source task that replicates the changes from one or more MongoDB replica sets, using one
Replicator
for each replica set. |
| MongoDbConnectorTask.ReplicaSetSummary | |
| MongoDbConnectorTask.TaskRecordQueue | |
| MongoUtil |
Utilities for working with MongoDB.
|
| RecordMakers |
A component that makes
SourceRecords for collections and submits them to a consumer. |
| RecordMakers.RecordsForCollection |
A record producer for a given collection.
|
| ReplicaSet | |
| ReplicaSetDiscovery |
A component that monitors a single replica set or the set of replica sets that make up the shards in a sharded cluster.
|
| ReplicaSetMonitorThread |
A thread that can be used to when new replica sets are added or existing replica sets are removed.
|
| ReplicaSets |
A set of replica set specifications.
|
| ReplicationContext | |
| Replicator |
A component that replicates the content of a replica set, starting with an initial sync or continuing to read the oplog where
it last left off.
|
| SourceInfo |
Information about the source of information, which includes the partitions and offsets within those partitions.
|
| SourceInfo.Position |
Copyright © 2017 JBoss by Red Hat. All rights reserved.