- secretPropertyNames() - Method in class org.apache.camel.component.mongodb.gridfs.GridFsEndpointUriFactory
-
- setBucket(String) - Method in class org.apache.camel.component.mongodb.gridfs.GridFsEndpoint
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.component.mongodb.gridfs.GridFsConverterLoader
-
- setConnectionBean(String) - Method in class org.apache.camel.component.mongodb.gridfs.GridFsEndpoint
-
Name of MongoClient
to use.
- setDatabase(String) - Method in class org.apache.camel.component.mongodb.gridfs.GridFsEndpoint
-
Sets the name of the MongoDB database to target
- setDelay(long) - Method in class org.apache.camel.component.mongodb.gridfs.GridFsEndpoint
-
Sets the delay between polls within the Consumer.
- setFileAttributeName(String) - Method in class org.apache.camel.component.mongodb.gridfs.GridFsEndpoint
-
If the QueryType uses a FileAttribute, this sets the name of the attribute that is used.
- setGridFsBucket(GridFSBucket) - Method in class org.apache.camel.component.mongodb.gridfs.GridFsEndpoint
-
- setInitialDelay(long) - Method in class org.apache.camel.component.mongodb.gridfs.GridFsEndpoint
-
Sets the initialDelay before the consumer will start polling.
- setMongoConnection(MongoClient) - Method in class org.apache.camel.component.mongodb.gridfs.GridFsEndpoint
-
Sets the Mongo instance that represents the backing connection
- setOperation(String) - Method in class org.apache.camel.component.mongodb.gridfs.GridFsEndpoint
-
Sets the operation this endpoint will execute against GridFs.
- setPersistentTSCollection(String) - Method in class org.apache.camel.component.mongodb.gridfs.GridFsEndpoint
-
If the QueryType uses a persistent timestamp, this sets the name of the collection within the DB to store the
timestamp.
- setPersistentTSObject(String) - Method in class org.apache.camel.component.mongodb.gridfs.GridFsEndpoint
-
If the QueryType uses a persistent timestamp, this is the ID of the object in the collection to store the
timestamp.
- setQuery(String) - Method in class org.apache.camel.component.mongodb.gridfs.GridFsEndpoint
-
Additional query parameters (in JSON) that are used to configure the query used for finding files in the
GridFsConsumer
- setQueryStrategy(String) - Method in class org.apache.camel.component.mongodb.gridfs.GridFsEndpoint
-
Sets the QueryStrategy that is used for polling for new files.
- setQueryStrategy(QueryStrategy) - Method in class org.apache.camel.component.mongodb.gridfs.GridFsEndpoint
-
Sets the QueryStrategy that is used for polling for new files.
- setReadPreference(String) - Method in class org.apache.camel.component.mongodb.gridfs.GridFsEndpoint
-
Sets a MongoDB ReadPreference
on the Mongo connection.
- setReadPreference(ReadPreference) - Method in class org.apache.camel.component.mongodb.gridfs.GridFsEndpoint
-
Sets a MongoDB ReadPreference
on the Mongo connection.
- setWriteConcern(String) - Method in class org.apache.camel.component.mongodb.gridfs.GridFsEndpoint
-
Set the WriteConcern
for write operations on MongoDB using the standard ones.
- setWriteConcern(WriteConcern) - Method in class org.apache.camel.component.mongodb.gridfs.GridFsEndpoint
-
Set the WriteConcern
for write operations on MongoDB using the standard ones.