| Package | Description |
|---|---|
| io.debezium.connector.mongodb |
| Class and 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.
|
| ConnectionContext.PrimaryConnectFailed |
| FieldSelector
This filter selector is designed to determine the filter to exclude or rename fields in a document.
|
| FieldSelector.FieldFilter
This filter is designed to exclude or rename fields in a document.
|
| FieldSelector.FieldNameAndValue |
| FieldSelector.FieldSelectorBuilder
A builder of a field selector.
|
| FieldSelector.Path
Represents a field that should be excluded from or renamed in MongoDB documents.
|
| Filters
A utility that is contains various filters for acceptable database names,
CollectionIds, and fields. |
| MongoClients
A connection pool of MongoClient instances.
|
| MongoClients.Builder
Configures and builds a ConnectionPool.
|
| MongoDbConnectorConfig
The configuration properties.
|
| MongoDbConnectorConfig.SnapshotMode
The set of predefined SnapshotMode options or aliases.
|
| MongoDbConnectorTask.RecordBatchSummarizer |
| MongoDbConnectorTask.ReplicaSetSummary |
| MongoDbTaskContext |
| RecordMakers
A component that makes
SourceRecords for collections and submits them to a consumer. |
| RecordMakers.RecordsForCollection
A record producer for a given collection.
|
| ReplicaSet |
| 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.
|
| 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.
|
| Replicator.BufferableRecorder
A
BlockingConsumer implementation that will buffer the last source record
only during an initial sync, so that when the initial sync is complete the last record's offset can be updated
to reflect the completion of the initial sync before it is flushed. |
| SourceInfo
Information about the source of information, which includes the partitions and offsets within those partitions.
|
| SourceInfo.Position |
Copyright © 2019 JBoss by Red Hat. All rights reserved.