Skip navigation links
C D G I O P R S V 

C

createConsumer(Processor) - Method in class org.apache.camel.component.gridfs.GridFsEndpoint
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.gridfs.GridFsComponent
 
createProducer() - Method in class org.apache.camel.component.gridfs.GridFsEndpoint
 

D

doShutdown() - Method in class org.apache.camel.component.gridfs.GridFsComponent
 
doStart() - Method in class org.apache.camel.component.gridfs.GridFsConsumer
 
doStart() - Method in class org.apache.camel.component.gridfs.GridFsEndpoint
 
doStop() - Method in class org.apache.camel.component.gridfs.GridFsConsumer
 

G

getBucket() - Method in class org.apache.camel.component.gridfs.GridFsEndpoint
Sets the name of the GridFS bucket within the database.
getConnectionBean() - Method in class org.apache.camel.component.gridfs.GridFsEndpoint
 
getDatabase() - Method in class org.apache.camel.component.gridfs.GridFsEndpoint
 
getDB() - Method in class org.apache.camel.component.gridfs.GridFsEndpoint
 
getDelay() - Method in class org.apache.camel.component.gridfs.GridFsEndpoint
 
getFileAttributeName() - Method in class org.apache.camel.component.gridfs.GridFsEndpoint
 
getFilesCollection() - Method in class org.apache.camel.component.gridfs.GridFsEndpoint
 
getGridFs() - Method in class org.apache.camel.component.gridfs.GridFsEndpoint
 
getInitialDelay() - Method in class org.apache.camel.component.gridfs.GridFsEndpoint
 
getMongoConnection() - Method in class org.apache.camel.component.gridfs.GridFsEndpoint
 
getOperation() - Method in class org.apache.camel.component.gridfs.GridFsEndpoint
 
getPersistentTSCollection() - Method in class org.apache.camel.component.gridfs.GridFsEndpoint
 
getPersistentTSObject() - Method in class org.apache.camel.component.gridfs.GridFsEndpoint
 
getQuery() - Method in class org.apache.camel.component.gridfs.GridFsEndpoint
 
getQueryStrategy() - Method in class org.apache.camel.component.gridfs.GridFsEndpoint
 
getReadPreference() - Method in class org.apache.camel.component.gridfs.GridFsEndpoint
 
getWriteConcern() - Method in class org.apache.camel.component.gridfs.GridFsEndpoint
 
getWriteConcernRef() - Method in class org.apache.camel.component.gridfs.GridFsEndpoint
 
GRIDFS_CHUNKSIZE - Static variable in class org.apache.camel.component.gridfs.GridFsEndpoint
 
GRIDFS_FILE_ID_PRODUCED - Static variable in class org.apache.camel.component.gridfs.GridFsEndpoint
 
GRIDFS_METADATA - Static variable in class org.apache.camel.component.gridfs.GridFsEndpoint
 
GRIDFS_OPERATION - Static variable in class org.apache.camel.component.gridfs.GridFsEndpoint
 
GridFsComponent - Class in org.apache.camel.component.gridfs
 
GridFsComponent() - Constructor for class org.apache.camel.component.gridfs.GridFsComponent
 
GridFsConsumer - Class in org.apache.camel.component.gridfs
 
GridFsConsumer(GridFsEndpoint, Processor) - Constructor for class org.apache.camel.component.gridfs.GridFsConsumer
 
GridFsEndpoint - Class in org.apache.camel.component.gridfs
Component for working with MongoDB GridFS.
GridFsEndpoint(String, GridFsComponent) - Constructor for class org.apache.camel.component.gridfs.GridFsEndpoint
 
GridFsEndpoint.QueryStrategy - Enum in org.apache.camel.component.gridfs
 
GridFsProducer - Class in org.apache.camel.component.gridfs
 
GridFsProducer(GridFsEndpoint) - Constructor for class org.apache.camel.component.gridfs.GridFsProducer
 

I

initializeConnection() - Method in class org.apache.camel.component.gridfs.GridFsEndpoint
 
isSingleton() - Method in class org.apache.camel.component.gridfs.GridFsEndpoint
 

O

org.apache.camel.component.gridfs - package org.apache.camel.component.gridfs
 

P

process(Exchange) - Method in class org.apache.camel.component.gridfs.GridFsProducer
 

R

run() - Method in class org.apache.camel.component.gridfs.GridFsConsumer
 

S

setBucket(String) - Method in class org.apache.camel.component.gridfs.GridFsEndpoint
 
setConnectionBean(String) - Method in class org.apache.camel.component.gridfs.GridFsEndpoint
Name of Mongo to use.
setDatabase(String) - Method in class org.apache.camel.component.gridfs.GridFsEndpoint
Sets the name of the MongoDB database to target
setDelay(long) - Method in class org.apache.camel.component.gridfs.GridFsEndpoint
Sets the delay between polls within the Consumer.
setFileAttributeName(String) - Method in class org.apache.camel.component.gridfs.GridFsEndpoint
If the QueryType uses a FileAttribute, this sets the name of the attribute that is used.
setGridFs(GridFS) - Method in class org.apache.camel.component.gridfs.GridFsEndpoint
 
setInitialDelay(long) - Method in class org.apache.camel.component.gridfs.GridFsEndpoint
Sets the initialDelay before the consumer will start polling.
setMongoConnection(Mongo) - Method in class org.apache.camel.component.gridfs.GridFsEndpoint
Sets the Mongo instance that represents the backing connection
setOperation(String) - Method in class org.apache.camel.component.gridfs.GridFsEndpoint
Sets the operation this endpoint will execute against GridRS.
setPersistentTSCollection(String) - Method in class org.apache.camel.component.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.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.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.gridfs.GridFsEndpoint
Sets the QueryStrategy that is used for polling for new files.
setReadPreference(String) - Method in class org.apache.camel.component.gridfs.GridFsEndpoint
Sets a MongoDB ReadPreference on the Mongo connection.
setWriteConcern(String) - Method in class org.apache.camel.component.gridfs.GridFsEndpoint
Set the WriteConcern for write operations on MongoDB using the standard ones.
setWriteConcernRef(String) - Method in class org.apache.camel.component.gridfs.GridFsEndpoint
Set the WriteConcern for write operations on MongoDB, passing in the bean ref to a custom WriteConcern which exists in the Registry.

V

valueOf(String) - Static method in enum org.apache.camel.component.gridfs.GridFsEndpoint.QueryStrategy
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.camel.component.gridfs.GridFsEndpoint.QueryStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
C D G I O P R S V 
Skip navigation links

Apache Camel