| Interface | Description |
|---|---|
| DesignDocFetcherOperation |
A ViewsOperation.
|
| DesignDocFetcherOperation.DesignDocFetcherCallback |
A ViewsCallback.
|
| DesignDocOperation |
Base class for all Design Document Operations.
|
| DesignDocOperation.DesignDocCallback |
Callback for the result of the DesignDocOperation.
|
| HttpOperation |
A Helper class for HttpOperation.
|
| NoDocsOperation |
An operation that represents a view that calls the map
function and excludes the documents in the result.
|
| NoDocsOperation.NoDocsCallback |
Callback for the result of the NoDocsOperation.
|
| ReducedOperation |
An operation that represents a view that calls the map
function and the reduce function and gets the result.
|
| ReducedOperation.ReducedCallback |
A ReducedCallback.
|
| SpatialViewFetcherOperation |
A ViewOperation.
|
| SpatialViewFetcherOperation.ViewFetcherCallback |
A ViewCallback.
|
| ViewFetcherOperation |
A ViewOperation.
|
| ViewFetcherOperation.ViewFetcherCallback |
A ViewCallback.
|
| ViewOperation |
A ViewOperation.
|
| ViewOperation.ViewCallback |
A ViewCallback.
|
| ViewRow |
A ViewRow.
|
| Class | Description |
|---|---|
| AbstractView |
The base class for Views and Spatial Views.
|
| ComplexKey |
Allows simple definition of complex JSON keys for query inputs.
|
| DesignDocFetcherOperationImpl |
Implements the design doc fetching HTTP operation.
|
| DesignDocOperationImpl |
Implements design document storing and deleting.
|
| DesignDocument |
The DesignDocument represents a design document stored and retrieved from a
Couchbase cluster.
|
| DocsOperationImpl |
Implementation of a view that calls the map
function and includes the documents in the result.
|
| HttpOperationImpl |
An HttpOperationImpl.
|
| NoDocsOperationImpl |
Implementation of a view that calls the map
function and excludes the documents in the result.
|
| Paginator |
The
Paginator makes it possible to iterate over a
ViewResponse in pages. |
| Query |
The Query class allows custom view-queries to the Couchbase cluster.
|
| ReducedOperationImpl |
Implementation of a view that calls the map function
and the reduce function and gets the result.
|
| RowError |
Holds the information for row in a view result that
describes an error.
|
| SpatialView |
Holds information about a spatial view that can be queried in
Couchbase Server.
|
| SpatialViewDesign |
The SpatialViewDesign object represents a spatial view to be stored and
retrieved from the Couchbase cluster.
|
| SpatialViewFetcherOperationImpl |
A SpatialViewOperationImpl.
|
| SpatialViewRowNoDocs |
Holds a row in a spatial view result that contains the fields
id, bbox, and geometry.
|
| SpatialViewRowWithDocs |
Holds a row in a spatial view result that contains the fields
id, bbox, geometry, and doc.
|
| View |
Represents a View definition inside the Couchbase cluster.
|
| ViewDesign |
The ViewDesign object represents a view to be stored and retrieved
from the Couchbase cluster.
|
| ViewFetcherOperationImpl |
A ViewOperationImpl.
|
| ViewOperationImpl |
A ViewOperationImpl.
|
| ViewResponse |
Holds the response of a queried view.
|
| ViewResponseNoDocs |
Holds the response of a view query where the map function was
called and the documents are excluded.
|
| ViewResponseReduced |
Holds the response of a view query where the map and reduce
function were called.
|
| ViewResponseWithDocs |
Holds the response of a view query where the map function was
called and the documents are included.
|
| ViewRowNoDocs |
Holds a row in a view result that contains the fields
id, key, and value.
|
| ViewRowReduced |
Holds a row in a view result that contains the fields
key and value.
|
| ViewRowWithDocs |
Holds a row in a view result that contains the fields
id, key, value, and doc.
|
| Enum | Description |
|---|---|
| OnError |
Possible on_error arguments to view queries.
|
| Stale |
An enum containing the two possible values for the stale
parameter.
|
| Exception | Description |
|---|---|
| InvalidViewException |
Is thrown when either the design doc or the view is not found
in the cluster.
|
| ViewException |
An exception thrown for non-200 server error codes.
|
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.