Uses of Class
net.spy.memcached.protocol.couch.ViewResponseReduced

Packages that use ViewResponseReduced
net.spy.memcached Memcached client and transformation utils 
net.spy.memcached.protocol.couch   
 

Uses of ViewResponseReduced in net.spy.memcached
 

Methods in net.spy.memcached that return types with arguments of type ViewResponseReduced
 HttpFuture<ViewResponseReduced> CouchbaseClient.queryAndReduce(View view, Query query)
          Queries a Couchbase view by calling it's map function and then the views reduce function.
 HttpFuture<ViewResponseReduced> CouchbaseClientIF.queryAndReduce(View view, Query query)
           
 

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

Methods in net.spy.memcached.protocol.couch with parameters of type ViewResponseReduced
 void ReducedOperation.ReducedCallback.gotData(ViewResponseReduced response)