Package | Description |
---|---|
com.couchbase.client.protocol.views |
Modifier and Type | Field and Description |
---|---|
protected java.util.Collection<RowError> |
ViewResponse.errors |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<RowError> |
ViewResponse.getErrors() |
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.