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

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

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

Methods in net.spy.memcached.protocol.couch that return types with arguments of type RowError
 Collection<RowError> ViewResponse.getErrors()
           
 Collection<RowError> ViewResponseNoDocs.getErrors()
           
 Collection<RowError> ViewResponseReduced.getErrors()
           
 Collection<RowError> ViewResponseWithDocs.getErrors()
           
 

Methods in net.spy.memcached.protocol.couch with parameters of type RowError
 void ViewResponseWithDocs.addError(RowError r)
           
 

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