Uses of Interface
com.couchbase.client.java.view.AsyncViewRow
-
Packages that use AsyncViewRow Package Description com.couchbase.client.java.view -
-
Uses of AsyncViewRow in com.couchbase.client.java.view
Classes in com.couchbase.client.java.view that implement AsyncViewRow Modifier and Type Class Description class
DefaultAsyncViewRow
Default implementation of aAsyncViewRow
.Methods in com.couchbase.client.java.view that return types with arguments of type AsyncViewRow Modifier and Type Method Description rx.Observable<AsyncViewRow>
AsyncViewResult. rows()
Emits oneAsyncViewRow
for each row received from the view.rx.Observable<AsyncViewRow>
DefaultAsyncViewResult. rows()
Constructors in com.couchbase.client.java.view with parameters of type AsyncViewRow Constructor Description DefaultViewRow(CouchbaseEnvironment env, AsyncViewRow asyncViewRow)
Constructor parameters in com.couchbase.client.java.view with type arguments of type AsyncViewRow Constructor 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)
-