Package | Description |
---|---|
com.couchbase.client.java.view |
Modifier and Type | Class and Description |
---|---|
class |
DefaultAsyncSpatialViewRow
Default implementation of a
AsyncSpatialViewRow . |
Modifier and Type | Method and Description |
---|---|
Observable<AsyncSpatialViewRow> |
DefaultAsyncSpatialViewResult.rows() |
Observable<AsyncSpatialViewRow> |
AsyncSpatialViewResult.rows()
Emits one
AsyncViewRow for each row received from the view. |
Constructor and Description |
---|
DefaultSpatialViewRow(CouchbaseEnvironment env,
AsyncSpatialViewRow asyncViewRow) |
Constructor and Description |
---|
DefaultAsyncSpatialViewResult(Observable<AsyncSpatialViewRow> rows,
boolean success,
Observable<JsonObject> error,
JsonObject debug) |
DefaultSpatialViewResult(CouchbaseEnvironment env,
Bucket bucket,
Observable<AsyncSpatialViewRow> rows,
boolean success,
Observable<JsonObject> error,
JsonObject debug) |
Copyright © 2015 Couchbase, Inc.