Uses of Class
com.couchbase.client.protocol.views.HttpOperationImpl

Packages that use HttpOperationImpl
com.couchbase.client.protocol.views   
 

Uses of HttpOperationImpl in com.couchbase.client.protocol.views
 

Subclasses of HttpOperationImpl in com.couchbase.client.protocol.views
 class DesignDocFetcherOperationImpl
          Implements the design doc fetching HTTP operation.
 class DesignDocOperationImpl
          Implements design document storing and deleting.
 class DocsOperationImpl
          Implementation of a view that calls the map function and includes the documents in the result.
 class NoDocsOperationImpl
          Implementation of a view that calls the map function and excludes the documents in the result.
 class ReducedOperationImpl
          Implementation of a view that calls the map function and the reduce function and gets the result.
 class SpatialViewFetcherOperationImpl
          A SpatialViewOperationImpl.
 class ViewFetcherOperationImpl
          A ViewOperationImpl.
 class ViewOperationImpl
          A ViewOperationImpl.
 



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