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

Packages that use RowReduced
net.spy.memcached.protocol.couch   
 

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

Subclasses of RowReduced in net.spy.memcached.protocol.couch
 class RowNoDocs
           
 class RowWithDocs
           
 

Methods in net.spy.memcached.protocol.couch that return types with arguments of type RowReduced
 Iterator<RowReduced> ViewResponseReduced.iterator()
           
 

Constructor parameters in net.spy.memcached.protocol.couch with type arguments of type RowReduced
ViewResponseReduced(Collection<RowReduced> r, Collection<RowError> e)