Uses of Class
com.couchbase.client.protocol.views.RowError

Packages that use RowError
com.couchbase.client.protocol.views   
 

Uses of RowError in com.couchbase.client.protocol.views
 

Fields in com.couchbase.client.protocol.views with type parameters of type RowError
protected  java.util.Collection<RowError> ViewResponse.errors
           
 

Methods in com.couchbase.client.protocol.views that return types with arguments of type RowError
 java.util.Collection<RowError> ViewResponse.getErrors()
           
 

Constructor parameters in com.couchbase.client.protocol.views with type arguments of type RowError
ViewResponse(java.util.Collection<ViewRow> r, java.util.Collection<RowError> e)
           
ViewResponseNoDocs(java.util.Collection<ViewRow> rows, java.util.Collection<RowError> errors)
           
ViewResponseReduced(java.util.Collection<ViewRow> rows, java.util.Collection<RowError> errors)
           
ViewResponseWithDocs(java.util.Collection<ViewRow> rows, java.util.Collection<RowError> errors)
           
 



Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.