Class Summary |
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<T> |
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 allows easy pagination over a ViewResult. |
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. |