Uses of Package
com.couchbase.client.protocol.views

Packages that use com.couchbase.client.protocol.views
com.couchbase.client   
com.couchbase.client.http   
com.couchbase.client.internal   
com.couchbase.client.protocol.views   
 

Classes in com.couchbase.client.protocol.views used by com.couchbase.client
AbstractView
          The base class for Views and Spatial Views.
DesignDocument
          The DesignDocument represents a design document stored and retrieved from a Couchbase cluster.
HttpOperation
          A Helper class for HttpOperation.
Paginator
          The Paginator allows easy pagination over a ViewResult.
Query
          The Query class allows custom view-queries to the Couchbase cluster.
SpatialView
          Holds information about a spatial view that can be queried in Couchbase Server.
View
          Represents a View definition inside the Couchbase cluster.
ViewResponse
          Holds the response of a queried view.
 

Classes in com.couchbase.client.protocol.views used by com.couchbase.client.http
HttpOperation
          A Helper class for HttpOperation.
 

Classes in com.couchbase.client.protocol.views used by com.couchbase.client.internal
AbstractView
          The base class for Views and Spatial Views.
HttpOperation
          A Helper class for HttpOperation.
ViewResponse
          Holds the response of a queried view.
 

Classes in com.couchbase.client.protocol.views used by com.couchbase.client.protocol.views
AbstractView
          The base class for Views and Spatial Views.
ComplexKey
          Allows simple definition of complex JSON keys for query inputs.
DesignDocFetcherOperation
          A ViewsOperation.
DesignDocFetcherOperation.DesignDocFetcherCallback
          A ViewsCallback.
DesignDocOperation
          Base class for all Design Document Operations.
DesignDocument
          The DesignDocument represents a design document stored and retrieved from a Couchbase cluster.
HttpOperation
          A Helper class for HttpOperation.
HttpOperationImpl
          An HttpOperationImpl.
OnError
          Possible on_error arguments to view queries.
Query
          The Query class allows custom view-queries to the Couchbase cluster.
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.
SpatialViewFetcherOperation
          A ViewOperation.
SpatialViewFetcherOperation.ViewFetcherCallback
          A ViewCallback.
Stale
          An enum containing the two possible values for the stale parameter.
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.
ViewFetcherOperation
          A ViewOperation.
ViewFetcherOperation.ViewFetcherCallback
          A ViewCallback.
ViewOperation
          A ViewOperation.
ViewOperation.ViewCallback
          A ViewCallback.
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.
ViewRow
          A ViewRow.
 



Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.