- cancel(Boolean) - Method in class org.lightcouch.Replication
-
- Changes - Class in org.lightcouch
-
Contains the Change Notifications API, supports change feeds of types normal
and continuous.
- changes() - Method in class org.lightcouch.CouchDbClient
-
Provides access to the Change Notifications API.
- ChangesResult - Class in org.lightcouch
-
Represents a Change notifications feed result.
- ChangesResult() - Constructor for class org.lightcouch.ChangesResult
-
- ChangesResult.Row - Class in org.lightcouch
-
Represent a row in Changes result.
- ChangesResult.Row.Rev - Class in org.lightcouch
-
Represent a Change rev.
- clearPassword() - Method in class org.lightcouch.CouchDbProperties
-
- compact() - Method in class org.lightcouch.CouchDbContext
-
Triggers a database compaction request.
- conflicts() - Method in class org.lightcouch.Params
-
- connectionTimeout(long) - Method in class org.lightcouch.Replicator
-
- contains(String) - Method in class org.lightcouch.CouchDbClient
-
Checks if the database contains a document given an id.
- context() - Method in class org.lightcouch.CouchDbClient
-
Provides access to the database APIs.
- continuous(Boolean) - Method in class org.lightcouch.Replication
-
- continuous(boolean) - Method in class org.lightcouch.Replicator
-
- continuousChanges() - Method in class org.lightcouch.Changes
-
Requests Change notifications of feed type continuous.
- CouchDbClient - Class in org.lightcouch
-
Presents a client to a CouchDB database instance.
- CouchDbClient() - Constructor for class org.lightcouch.CouchDbClient
-
Constructs a new instance of this class, expects a configuration file named
couchdb.properties to be available in your application classpath.
- CouchDbClient(String) - Constructor for class org.lightcouch.CouchDbClient
-
Constructs a new instance of this class.
- CouchDbClient(String, boolean, String, String, int, String, String) - Constructor for class org.lightcouch.CouchDbClient
-
Constructs a new instance of this class.
- CouchDbClient(CouchDbProperties) - Constructor for class org.lightcouch.CouchDbClient
-
Constructs a new instance of this class.
- CouchDbContext - Class in org.lightcouch
-
Provides access to database APIs.
- CouchDbDesign - Class in org.lightcouch
-
Provides methods to create and save CouchDB design documents.
- CouchDbException - Exception in org.lightcouch
-
Base runtime exception class.
- CouchDbException(String) - Constructor for exception org.lightcouch.CouchDbException
-
- CouchDbException(Throwable) - Constructor for exception org.lightcouch.CouchDbException
-
- CouchDbException(String, Throwable) - Constructor for exception org.lightcouch.CouchDbException
-
- CouchDbInfo - Class in org.lightcouch
-
Holds information about a CouchDB database instance.
- CouchDbInfo() - Constructor for class org.lightcouch.CouchDbInfo
-
- CouchDbProperties - Class in org.lightcouch
-
Represents configuration properties for connecting to CouchDB.
- CouchDbProperties() - Constructor for class org.lightcouch.CouchDbProperties
-
- CouchDbProperties(String, boolean, String, String, int, String, String) - Constructor for class org.lightcouch.CouchDbProperties
-
- createDB(String) - Method in class org.lightcouch.CouchDbContext
-
Creates a new Database, if it does not already exist.
- createTarget(Boolean) - Method in class org.lightcouch.Replication
-
- createTarget(Boolean) - Method in class org.lightcouch.Replicator
-