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

Packages that use ViewResponseWithDocs
net.spy.memcached.internal Internal utilities. 
net.spy.memcached.protocol.couch   
 

Uses of ViewResponseWithDocs in net.spy.memcached.internal
 

Methods in net.spy.memcached.internal that return ViewResponseWithDocs
 ViewResponseWithDocs ViewFuture.get()
           
 ViewResponseWithDocs ViewFuture.get(long duration, TimeUnit units)
           
 

Methods in net.spy.memcached.internal with parameters of type ViewResponseWithDocs
 void ViewFuture.set(ViewResponseWithDocs viewResponse, BulkFuture<Map<String,Object>> op, OperationStatus s)
           
 

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

Methods in net.spy.memcached.protocol.couch with parameters of type ViewResponseWithDocs
 void DocsOperation.DocsCallback.gotData(ViewResponseWithDocs response)