Uses of Interface
com.couchbase.client.protocol.views.ViewRow

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

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

Classes in com.couchbase.client.protocol.views that implement ViewRow
 class SpatialViewRowNoDocs
          Holds a row in a spatial view result that contains the fields id, bbox, and geometry.
 class SpatialViewRowWithDocs
          Holds a row in a spatial view result that contains the fields id, bbox, geometry, and doc.
 class ViewRowNoDocs
          Holds a row in a view result that contains the fields id, key, and value.
 class ViewRowReduced
          Holds a row in a view result that contains the fields key and value.
 class ViewRowWithDocs
          Holds a row in a view result that contains the fields id, key, value, and doc.
 

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

Methods in com.couchbase.client.protocol.views that return types with arguments of type ViewRow
 java.util.Iterator<ViewRow> ViewResponse.iterator()
           
 

Constructor parameters in com.couchbase.client.protocol.views with type arguments of type ViewRow
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.