Uses of Class
com.couchbase.client.java.view.SpatialViewQuery
-
Packages that use SpatialViewQuery Package Description com.couchbase.client.java com.couchbase.client.java.view -
-
Uses of SpatialViewQuery in com.couchbase.client.java
Methods in com.couchbase.client.java with parameters of type SpatialViewQuery Modifier and Type Method Description rx.Observable<AsyncSpatialViewResult>AsyncBucket. query(SpatialViewQuery query)Queries a Couchbase Server SpatialView.rx.Observable<AsyncSpatialViewResult>AsyncBucket. query(SpatialViewQuery query, long timeout, TimeUnit timeUnit)Queries a Couchbase Server SpatialView.SpatialViewResultBucket. query(SpatialViewQuery query)Queries a Couchbase Server SpatialViewwith thedefault view timeout.SpatialViewResultBucket. query(SpatialViewQuery query, long timeout, TimeUnit timeUnit)Queries a Couchbase Server SpatialViewwith a custom timeout.rx.Observable<AsyncSpatialViewResult>CouchbaseAsyncBucket. query(SpatialViewQuery query)rx.Observable<AsyncSpatialViewResult>CouchbaseAsyncBucket. query(SpatialViewQuery query, long timeout, TimeUnit timeUnit)SpatialViewResultCouchbaseBucket. query(SpatialViewQuery query)SpatialViewResultCouchbaseBucket. query(SpatialViewQuery query, long timeout, TimeUnit timeUnit) -
Uses of SpatialViewQuery in com.couchbase.client.java.view
Methods in com.couchbase.client.java.view that return SpatialViewQuery Modifier and Type Method Description SpatialViewQuerySpatialViewQuery. debug()Enabled debugging on view queries.SpatialViewQuerySpatialViewQuery. debug(boolean debug)SpatialViewQuerySpatialViewQuery. development()SpatialViewQuerySpatialViewQuery. development(boolean development)SpatialViewQuerySpatialViewQuery. endRange(JsonArray endRange)static SpatialViewQuerySpatialViewQuery. from(String design, String view)Creates an newSpatialViewQuery.SpatialViewQuerySpatialViewQuery. includeDocs()Proactively load the full document for the row returned.SpatialViewQuerySpatialViewQuery. includeDocs(boolean includeDocs)Proactively load the full document for the row returned.SpatialViewQuerySpatialViewQuery. includeDocs(boolean includeDocs, Class<? extends Document<?>> target)Proactively load the full document for the row returned.SpatialViewQuerySpatialViewQuery. includeDocs(Class<? extends Document<?>> target)Proactively load the full document for the row returned.SpatialViewQuerySpatialViewQuery. limit(int limit)Limit the number of the returned documents to the specified number.SpatialViewQuerySpatialViewQuery. onError(OnError onError)Sets the response in the event of an error.SpatialViewQuerySpatialViewQuery. range(JsonArray startRange, JsonArray endRange)SpatialViewQuerySpatialViewQuery. skip(int skip)Skip this number of records before starting to return the results.SpatialViewQuerySpatialViewQuery. stale(Stale stale)Allow the results from a stale view to be used.SpatialViewQuerySpatialViewQuery. startRange(JsonArray startRange)Methods in com.couchbase.client.java.view with parameters of type SpatialViewQuery Modifier and Type Method Description static rx.Observable<AsyncSpatialViewResult>ViewQueryResponseMapper. mapToSpatialViewResult(AsyncBucket bucket, SpatialViewQuery query, ViewQueryResponse response)Maps a rawViewQueryResponseinto aAsyncSpatialViewResult.
-