- 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})
- setConsumerType(String) - Method in class org.apache.camel.component.mongodb.MongoDbEndpoint
-
Reserved for future use, when more consumer types are supported.
- 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
- 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.
- setInvokeGetLastError(boolean) - Method in class org.apache.camel.component.mongodb.MongoDbEndpoint
-
Instructs this endpoint to invoke WriteResult.getLastError()
with every operation.
- setLastVal(DBObject) - Method in class org.apache.camel.component.mongodb.MongoDbTailTrackingManager
-
- setMongoConnection(Mongo) - 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.
- 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
-
Sets a MongoDB ReadPreference
on the Mongo connection.
- 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.
- setWriteConcern(String) - Method in class org.apache.camel.component.mongodb.MongoDbEndpoint
-
Set the WriteConcern
for write operations on MongoDB using the standard ones.
- setWriteConcernRef(String) - Method in class org.apache.camel.component.mongodb.MongoDbEndpoint
-
Set the WriteConcern
for write operations on MongoDB, passing in the bean ref to a custom WriteConcern which exists in the Registry.
- 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
-
- stop() - Method in class org.apache.camel.component.mongodb.MongoDbTailingProcess
-
- stopped - Variable in class org.apache.camel.component.mongodb.MongoDbTailingProcess
-