Package | Description |
---|---|
com.couchbase.client.java.view |
Modifier and Type | Class and Description |
---|---|
class |
DefaultAsyncViewRow
Default implementation of a
AsyncViewRow . |
Modifier and Type | Method and Description |
---|---|
rx.Observable<AsyncViewRow> |
AsyncViewResult.rows()
Emits one
AsyncViewRow for each row received from the view. |
rx.Observable<AsyncViewRow> |
DefaultAsyncViewResult.rows() |
Constructor and Description |
---|
DefaultViewRow(CouchbaseEnvironment env,
AsyncViewRow asyncViewRow) |
Constructor and Description |
---|
DefaultAsyncViewResult(rx.Observable<AsyncViewRow> rows,
int totalRows,
boolean success,
rx.Observable<JsonObject> error,
JsonObject debug) |
DefaultViewResult(CouchbaseEnvironment env,
Bucket bucket,
rx.Observable<AsyncViewRow> rows,
int totalRows,
boolean success,
rx.Observable<JsonObject> error,
JsonObject debug) |
Copyright © 2015 Couchbase, Inc.