| Interface | Description |
|---|---|
| ConnectionContext.PrimaryConnectFailed | |
| FieldSelector.FieldFilter |
This filter is designed to exclude or rename fields in a document.
|
| 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.
|
| DisconnectEvent |
An event that implies that a connection was lost or with the source database.
|
| FieldSelector |
This filter selector is designed to determine the filter 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.
|
| FieldSelector.RemovePath | |
| FieldSelector.RenamePath | |
| Filters |
A utility that is contains various filters for acceptable database names,
CollectionIds, and fields. |
| LegacyV1MongoDbSourceInfoStructMaker | |
| Module |
Information about this module.
|
| MongoClients |
A connection pool of MongoClient instances.
|
| MongoClients.Builder |
Configures and builds a ConnectionPool.
|
| MongoDbChangeEventSourceFactory |
Factory for creating
ChangeEventSources specific for the MongoDb connector. |
| MongoDbChangeRecordEmitter |
Emits change data based on a collection document.
|
| MongoDbCollectionSchema |
Defines the Kafka Connect
Schema functionality associated with a given mongodb collection, and which can
be used to send documents that match the schema to Kafka Connect. |
| MongoDbConnector |
A Kafka Connect source connector that creates
tasks that replicate the context of one or more
MongoDB replica sets. |
| MongoDbConnectorConfig |
The configuration properties.
|
| MongoDbConnectorTask |
A Kafka Connect source task that replicates the changes from one or more MongoDB replica sets.
|
| MongoDbErrorHandler |
Error handler for MongoDB.
|
| MongoDbEventMetadataProvider |
An
EventMetadataProvider implementation for Mongodb to extract metrics data from events. |
| MongoDbOffsetContext |
A context that facilitates the management of the current offsets across a set of mongodb replica sets.
|
| MongoDbOffsetContext.Loader | |
| MongoDbSchema | |
| MongoDbSnapshotChangeEventSource |
A
SnapshotChangeEventSource that performs multi-threaded snapshots of replica sets. |
| MongoDbSnapshotChangeEventSource.MongoDbSnapshotContext |
Mutable context that is populated in the course of snapshotting.
|
| MongoDbSnapshotChangeEventSource.MongoDbSnapshottingTask |
A configuration describing the task to be performed during snapshotting.
|
| MongoDbSourceInfoStructMaker | |
| MongoDbStreamingChangeEventSource | |
| MongoDbTaskContext | |
| MongoDbTopicSelector |
Factory for this connector's
TopicSelector. |
| MongoUtil |
Utilities for working with MongoDB.
|
| PrimaryElectionEvent |
An event that signals that a primary election has occurred.
|
| 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.
|
| ReplicaSetOffsetContext |
An
OffsetContext implementation that is specific to a single ReplicaSet. |
| ReplicaSets |
A set of replica set specifications.
|
| SourceInfo |
Information about the source of information, which includes the partitions and offsets within those partitions.
|
| SourceInfo.Position |
| Enum | Description |
|---|---|
| MongoDbConnectorConfig.SnapshotMode |
The set of predefined SnapshotMode options or aliases.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.