- save(Object) - Method in class org.apache.camel.component.couchdb.CouchDbClientWrapper
-
- setCreateDatabase(boolean) - Method in class org.apache.camel.component.couchdb.CouchDbEndpoint
-
Creates the database if it does not already exist
- setDatabase(String) - Method in class org.apache.camel.component.couchdb.CouchDbEndpoint
-
Name of the database to use
- setDeletes(boolean) - Method in class org.apache.camel.component.couchdb.CouchDbEndpoint
-
Document deletes are published as events
- setHeartbeat(long) - Method in class org.apache.camel.component.couchdb.CouchDbEndpoint
-
How often to send an empty message to keep socket alive in millis
- setHostname(String) - Method in class org.apache.camel.component.couchdb.CouchDbEndpoint
-
Hostname of the running couchdb instance
- setPassword(String) - Method in class org.apache.camel.component.couchdb.CouchDbEndpoint
-
Password for authenticated databases
- setPort(int) - Method in class org.apache.camel.component.couchdb.CouchDbEndpoint
-
Port number for the running couchdb instance
- setProtocol(String) - Method in class org.apache.camel.component.couchdb.CouchDbEndpoint
-
The protocol to use for communicating with the database.
- setStyle(String) - Method in class org.apache.camel.component.couchdb.CouchDbEndpoint
-
Specifies how many revisions are returned in the changes array.
- setUpdates(boolean) - Method in class org.apache.camel.component.couchdb.CouchDbEndpoint
-
Document inserts/updates are published as events
- setUsername(String) - Method in class org.apache.camel.component.couchdb.CouchDbEndpoint
-
Username in case of authenticated databases
- stop() - Method in class org.apache.camel.component.couchdb.CouchDbChangesetTracker
-