net.spy.memcached.protocol.couch
Interface ViewResponse<T>

All Superinterfaces:
Iterable<T>
All Known Implementing Classes:
ViewResponseNoDocs, ViewResponseReduced, ViewResponseWithDocs

public interface ViewResponse<T>
extends Iterable<T>


Method Summary
 Collection<RowError> getErrors()
           
 int size()
           
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

getErrors

Collection<RowError> getErrors()

size

int size()