Uses of Interface
net.spy.memcached.protocol.couch.HttpOperation

Packages that use HttpOperation
net.spy.memcached Memcached client and transformation utils 
net.spy.memcached.internal Internal utilities. 
net.spy.memcached.protocol.couch   
 

Uses of HttpOperation in net.spy.memcached
 

Methods in net.spy.memcached that return types with arguments of type HttpOperation
 Collection<HttpOperation> CouchbaseNode.destroyWriteQueue()
           
 

Methods in net.spy.memcached with parameters of type HttpOperation
 void CouchbaseClient.addOp(HttpOperation op)
          Adds an operation to the queue where it waits to be sent to Couchbase.
 void CouchbaseConnection.addOp(HttpOperation op)
           
 void CouchbaseNode.addOp(HttpOperation op)
           
 

Constructor parameters in net.spy.memcached with type arguments of type HttpOperation
CouchbaseNode(InetSocketAddress a, AsyncConnectionManager mgr, LinkedBlockingQueue<HttpOperation> linkedBlockingQueue, long maxBlockTime, long operationTimeout)
           
 

Uses of HttpOperation in net.spy.memcached.internal
 

Methods in net.spy.memcached.internal with parameters of type HttpOperation
 void HttpFuture.setOperation(HttpOperation to)
           
 void ViewFuture.setOperation(HttpOperation to)
           
 

Uses of HttpOperation in net.spy.memcached.protocol.couch
 

Classes in net.spy.memcached.protocol.couch that implement HttpOperation
 class DocsOperationImpl
           
 class HttpOperationImpl
           
 class NoDocsOperationImpl
           
 class ReducedOperationImpl
           
 class ViewOperationImpl
           
 class ViewsOperationImpl