| Package | Description |
|---|---|
| com.couchbase.client.protocol.views |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Collection<ViewRow> |
ViewResponse.rows |
| Modifier and Type | Method and Description |
|---|---|
ViewRow |
ViewResponse.removeLastElement() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<ViewRow> |
ViewResponse.iterator() |
| Constructor and Description |
|---|
ViewResponse(java.util.Collection<ViewRow> r,
java.util.Collection<RowError> e,
long t) |
ViewResponseNoDocs(java.util.Collection<ViewRow> rows,
java.util.Collection<RowError> errors,
long totalViewRows) |
ViewResponseReduced(java.util.Collection<ViewRow> rows,
java.util.Collection<RowError> errors) |
ViewResponseReduced(java.util.Collection<ViewRow> rows,
java.util.Collection<RowError> errors,
long totalViewRows) |
ViewResponseWithDocs(java.util.Collection<ViewRow> rows,
java.util.Collection<RowError> errors,
long totalViewRows) |
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.