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

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

Uses of ViewResponseNoDocs in net.spy.memcached
 

Methods in net.spy.memcached that return types with arguments of type ViewResponseNoDocs
 HttpFuture<ViewResponseNoDocs> CouchbaseClient.queryAndExcludeDocs(View view, Query query)
          Queries a Couchbase view by calling it's map function.
 HttpFuture<ViewResponseNoDocs> CouchbaseClientIF.queryAndExcludeDocs(View view, Query query)
           
 

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

Methods in net.spy.memcached.protocol.couch with parameters of type ViewResponseNoDocs
 void NoDocsOperation.NoDocsCallback.gotData(ViewResponseNoDocs response)