Package org.lightcouch


package org.lightcouch
  • Class
    Description
    Represents an in-line document attachment.
    Contains the Change Notifications API, supports normal and continuous feed Changes.
    Represents Changes feed result of type normal.
    Represent a row in Changes result.
    Represent a Change rev.
    Presents a client to CouchDB database server.
    Presents a client to CouchDB database server; targeted to run on Android platform.
    Contains a client Public API implementation.
    Contains database server specific APIs.
    Provides API to work with design documents.
    Base runtime exception class.
    Holds information about a CouchDB database instance.
    Represents configuration properties for connecting to CouchDB.
    Represents a design document.
    Holds Map Reduce functions in a view.
    Convenient base class for CouchDB documents, defines the basic id, revision properties, and attachments.
    Thrown when a conflict is detected during save or update.
    Thrown when a requested document is not found.
    Page<T>
    Holds data of a page as result of a view pagination query.
    Query parameters to append to find requests.
    This class provides access to the database replication API; a replication request is sent via HTTP POST to _replicate URI.
    Holds the result of a replication request, along with previous sessions history.
    Represents a replication session history.
    This class provides access to the _replicator database introduced in CouchDB version 1.1.0
    Represents a replication document in the _replicator database.
    Contains the response returned from CouchDB.
    This class provides access to the View APIs.
    ViewResult<K,V,T>
    Holds a view result entries.