Uses of Interface
com.couchbase.client.protocol.views.HttpOperation

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

Uses of HttpOperation in com.couchbase.client
 

Methods in com.couchbase.client with parameters of type HttpOperation
 void ViewConnection.addOp(HttpOperation op)
          Write an operation to the next ViewNode.
 void CouchbaseClient.addOp(HttpOperation op)
          Adds an operation to the queue where it waits to be sent to Couchbase.
 void ViewNode.writeOp(HttpOperation op)
           
 

Uses of HttpOperation in com.couchbase.client.http
 

Methods in com.couchbase.client.http with parameters of type HttpOperation
 void RequeueOpCallback.invoke(HttpOperation op)
           
 

Uses of HttpOperation in com.couchbase.client.internal
 

Fields in com.couchbase.client.internal declared as HttpOperation
protected  HttpOperation HttpFuture.op
           
 

Methods in com.couchbase.client.internal with parameters of type HttpOperation
 void HttpFuture.setOperation(HttpOperation to)
           
 

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

Classes in com.couchbase.client.protocol.views that implement HttpOperation
 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 HttpOperationImpl
          An HttpOperationImpl.
 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.