net.spy.memcached.protocol.couch
Class ViewResponseReduced
java.lang.Object
net.spy.memcached.protocol.couch.ViewResponseReduced
- All Implemented Interfaces:
- Iterable<RowReduced>, ViewResponse<RowReduced>
public class ViewResponseReduced
- extends Object
- implements ViewResponse<RowReduced>
ViewResponseReduced
public ViewResponseReduced(Collection<RowReduced> r,
Collection<RowError> e)
getErrors
public Collection<RowError> getErrors()
- Specified by:
getErrors in interface ViewResponse<RowReduced>
size
public int size()
- Specified by:
size in interface ViewResponse<RowReduced>
iterator
public Iterator<RowReduced> iterator()
- Specified by:
iterator in interface Iterable<RowReduced>
toString
public String toString()
- Overrides:
toString in class Object