- secretPropertyNames() - Method in class org.apache.camel.component.mongodb.MongoDbEndpointUriFactory
-
- setAdminDB(String) - Method in class org.apache.camel.component.mongodb.conf.ConnectionParamsConfiguration
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.component.mongodb.converters.MongoDbBasicConvertersLoader
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.component.mongodb.converters.MongoDbFallbackConverterLoader
-
- setCollection(String) - Method in class org.apache.camel.component.mongodb.MongoDbEndpoint
-
Sets the name of the MongoDB collection to bind to this endpoint
- setCollectionIndex(String) - Method in class org.apache.camel.component.mongodb.MongoDbEndpoint
-
Sets the collection index (JSON FORMAT : { "field1" : order1, "field2" : order2})
- setCollectionName(String) - Method in class org.apache.camel.component.mongodb.processor.idempotent.MongoDbIdempotentRepository
-
- setConnectionBean(String) - Method in class org.apache.camel.component.mongodb.MongoDbEndpoint
-
Name of MongoClient
to use.
- setConsumerType(String) - Method in class org.apache.camel.component.mongodb.MongoDbEndpoint
-
Consumer type.
- setCreateCollection(boolean) - Method in class org.apache.camel.component.mongodb.MongoDbEndpoint
-
Create collection during initialisation if it doesn't exist.
- setCursorRegenerationDelay(long) - Method in class org.apache.camel.component.mongodb.MongoDbEndpoint
-
MongoDB tailable cursors will block until new data arrives.
- setDatabase(String) - Method in class org.apache.camel.component.mongodb.MongoDbEndpoint
-
Sets the name of the MongoDB database to target
- setDbConsumerType(String) - Method in class org.apache.camel.component.mongodb.MongoDbEndpoint
-
Reserved for future use, when more consumer types are supported.
- setDbName(String) - Method in class org.apache.camel.component.mongodb.processor.idempotent.MongoDbIdempotentRepository
-
- setDynamicity(boolean) - Method in class org.apache.camel.component.mongodb.MongoDbEndpoint
-
Sets whether this endpoint will attempt to dynamically resolve the target database and collection from the
incoming Exchange properties.
- setHost(String) - Method in class org.apache.camel.component.mongodb.conf.ConnectionParamsConfiguration
-
- setHosts(String) - Method in class org.apache.camel.component.mongodb.MongoDbEndpoint
-
Host address of mongodb server in `[host]:[port]` format.
- setLastVal(Document) - Method in class org.apache.camel.component.mongodb.MongoDbTailTrackingManager
-
- setMongoClient(MongoClient) - Method in class org.apache.camel.component.mongodb.processor.idempotent.MongoDbIdempotentRepository
-
- setMongoConnection(MongoClient) - Method in class org.apache.camel.component.mongodb.MongoDbComponent
-
Shared client used for connection.
- setMongoConnection(MongoClient) - Method in class org.apache.camel.component.mongodb.MongoDbEndpoint
-
Sets the Mongo instance that represents the backing connection
- setOperation(String) - Method in class org.apache.camel.component.mongodb.MongoDbEndpoint
-
Sets the operation this endpoint will execute against MongoDB.
- setOperation(MongoDbOperation) - Method in class org.apache.camel.component.mongodb.MongoDbEndpoint
-
Sets the operation this endpoint will execute against MongoDB.
- setOutputType(MongoDbOutputType) - Method in class org.apache.camel.component.mongodb.MongoDbEndpoint
-
Convert the output of the producer to the selected type : DocumentList Document or MongoIterable.
- setPassword(String) - Method in class org.apache.camel.component.mongodb.conf.ConnectionParamsConfiguration
-
- setPassword(String) - Method in class org.apache.camel.component.mongodb.MongoDbEndpoint
-
User password for mongodb connection
- setPersistentId(String) - Method in class org.apache.camel.component.mongodb.MongoDbEndpoint
-
One tail tracking collection can host many trackers for several tailable consumers.
- setPersistentTailTracking(boolean) - Method in class org.apache.camel.component.mongodb.MongoDbEndpoint
-
Enable persistent tail tracking, which is a mechanism to keep track of the last consumed message across system
restarts.
- setReadPreference(String) - Method in class org.apache.camel.component.mongodb.MongoDbEndpoint
-
Configure how MongoDB clients route read operations to the members of a replica set.
- setStreamFilter(String) - Method in class org.apache.camel.component.mongodb.MongoDbEndpoint
-
Filter condition for change streams consumer.
- setTailTrackCollection(String) - Method in class org.apache.camel.component.mongodb.MongoDbEndpoint
-
Collection where tail tracking information will be persisted.
- setTailTrackDb(String) - Method in class org.apache.camel.component.mongodb.MongoDbEndpoint
-
Indicates what database the tail tracking mechanism will persist to.
- setTailTrackField(String) - Method in class org.apache.camel.component.mongodb.MongoDbEndpoint
-
Field where the last tracked value will be placed.
- setTailTrackIncreasingField(String) - Method in class org.apache.camel.component.mongodb.MongoDbEndpoint
-
Correlation field in the incoming record which is of increasing nature and will be used to position the tailing
cursor every time it is generated.
- setUser(String) - Method in class org.apache.camel.component.mongodb.conf.ConnectionParamsConfiguration
-
- setUsername(String) - Method in class org.apache.camel.component.mongodb.MongoDbEndpoint
-
Username for mongodb connection
- setWriteConcern(String) - Method in class org.apache.camel.component.mongodb.MongoDbEndpoint
-
Configure the connection bean with the level of acknowledgment requested from MongoDB for write operations to a
standalone mongod, replicaset or cluster.
- setWriteResultAsHeader(boolean) - Method in class org.apache.camel.component.mongodb.MongoDbEndpoint
-
In write operations, it determines whether instead of returning WriteResult as the body of the OUT message, we
transfer the IN message to the OUT and attach the WriteResult as a header.
- SORT_BY - Static variable in class org.apache.camel.component.mongodb.MongoDbConstants
-
- STREAM_OPERATION_TYPE - Static variable in class org.apache.camel.component.mongodb.MongoDbConstants
-