Uses of Interface
com.couchbase.client.java.view.AsyncSpatialViewRow
Package | Description |
---|---|
com.couchbase.client.java.view |
-
Uses of AsyncSpatialViewRow in com.couchbase.client.java.view
Classes in com.couchbase.client.java.view that implement AsyncSpatialViewRow Modifier and Type Class Description class
DefaultAsyncSpatialViewRow
Default implementation of aAsyncSpatialViewRow
.Methods in com.couchbase.client.java.view that return types with arguments of type AsyncSpatialViewRow Modifier and Type Method Description rx.Observable<AsyncSpatialViewRow>
AsyncSpatialViewResult. rows()
Emits oneAsyncViewRow
for each row received from the view.rx.Observable<AsyncSpatialViewRow>
DefaultAsyncSpatialViewResult. rows()
Constructors in com.couchbase.client.java.view with parameters of type AsyncSpatialViewRow Constructor Description DefaultSpatialViewRow(CouchbaseEnvironment env, AsyncSpatialViewRow asyncViewRow)
Constructor parameters in com.couchbase.client.java.view with type arguments of type AsyncSpatialViewRow Constructor Description DefaultAsyncSpatialViewResult(rx.Observable<AsyncSpatialViewRow> rows, boolean success, rx.Observable<JsonObject> error, JsonObject debug)
DefaultSpatialViewResult(CouchbaseEnvironment env, Bucket bucket, rx.Observable<AsyncSpatialViewRow> rows, boolean success, rx.Observable<JsonObject> error, JsonObject debug)