| Package | Description |
|---|---|
| org.ektorp |
| Modifier and Type | Method and Description |
|---|---|
ReplicationCommand.Builder |
ReplicationCommand.Builder.cancel(boolean b)
true cancels a continuous replication task
|
ReplicationCommand.Builder |
ReplicationCommand.Builder.continuous(boolean b)
true makes replication continuous
|
ReplicationCommand.Builder |
ReplicationCommand.Builder.createTarget(boolean b)
To create the target database (remote or local) prior to replication.
|
ReplicationCommand.Builder |
ReplicationCommand.Builder.docIds(Collection<String> docIds)
Restricts replication to the specified document ids.
|
ReplicationCommand.Builder |
ReplicationCommand.Builder.filter(String s)
Specify a filter function.
|
ReplicationCommand.Builder |
ReplicationCommand.Builder.id(String s)
Id of replication.
|
ReplicationCommand.Builder |
ReplicationCommand.Builder.proxy(String s)
Pass a "proxy" argument in the replication data to have replication go through an HTTP proxy
|
ReplicationCommand.Builder |
ReplicationCommand.Builder.queryParams(Object o)
Pass parameters to the filter function if specified.
|
ReplicationCommand.Builder |
ReplicationCommand.Builder.sinceSeq(String sinceSeq)
The sequence from which the replication should start
See http://docs.couchdb.org/en/latest/json-structure.html#replication-settings for details
CouchDB expects a Long value for the sequence
Cloudant expects a String value for the sequence
|
ReplicationCommand.Builder |
ReplicationCommand.Builder.source(String s)
Source and target can both point at local databases, remote databases and any combination of these.
|
ReplicationCommand.Builder |
ReplicationCommand.Builder.target(String s)
Source and target can both point at local databases, remote databases and any combination of these
If your local CouchDB instance is secured by an admin account, you need to use the full URL format.
|
Copyright © 2017. All rights reserved.