| Package | Description |
|---|---|
| com.couchbase.client.java | |
| com.couchbase.client.java.view |
| Modifier and Type | Method and Description |
|---|---|
Observable<AsyncSpatialViewResult> |
CouchbaseAsyncBucket.query(SpatialViewQuery query) |
Observable<AsyncSpatialViewResult> |
AsyncBucket.query(SpatialViewQuery query)
Queries a Couchbase Server Spatial
View. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAsyncSpatialViewResult
Default implementation of a
AsyncSpatialViewResult. |
| Modifier and Type | Method and Description |
|---|---|
static Observable<AsyncSpatialViewResult> |
ViewQueryResponseMapper.mapToSpatialViewResult(AsyncBucket bucket,
SpatialViewQuery query,
ViewQueryResponse response)
Maps a raw
ViewQueryResponse into a AsyncSpatialViewResult. |
Copyright © 2015 Couchbase, Inc.