Uses of Class
com.couchbase.client.java.view.ViewOptions
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
Namespace for various view-service related classes.
-
Uses of ViewOptions in com.couchbase.client.java
Modifier and TypeMethodDescriptionAsyncBucket.viewQuery
(String designDoc, String viewName, ViewOptions options) Bucket.viewQuery
(String designDoc, String viewName, ViewOptions options) Queries a view on the bucket with custom options.ReactiveBucket.viewQuery
(String designDoc, String viewName, ViewOptions options) -
Uses of ViewOptions in com.couchbase.client.java.view
Modifier and TypeMethodDescriptionViewOptions.debug
(boolean debug) Enable debugging on view queries.ViewOptions.endKey
(boolean key) ViewOptions.endKey
(double key) ViewOptions.endKey
(int key) ViewOptions.endKey
(long key) ViewOptions.endKey
(JsonObject key) ViewOptions.endKeyDocId
(String id) ViewOptions.group
(boolean group) Group the results using the reduce function to a group or single row.ViewOptions.groupLevel
(int grouplevel) Specify the group level to be used.ViewOptions.inclusiveEnd
(boolean inclusive) Specifies whether the specified end key should be included in the result.ViewOptions.key
(boolean key) ViewOptions.key
(double key) ViewOptions.key
(int key) ViewOptions.key
(long key) ViewOptions.key
(JsonObject key) ViewOptions.limit
(int limit) Limit the number of the returned documents to the specified number.ViewOptions.namespace
(DesignDocumentNamespace namespace) ViewOptions.onError
(ViewErrorMode viewErrorMode) Sets the response in the event of an error.ViewOptions.order
(ViewOrdering ordering) Return the documents in descending key order.ViewOptions.reduce
(boolean reduce) Explicitly enable/disable the reduce function on the query.ViewOptions.scanConsistency
(ViewScanConsistency scanConsistency) Sets the scan consistency (staleness) of a view query.ViewOptions.serializer
(JsonSerializer serializer) ViewOptions.skip
(int skip) Skip this number of records before starting to return the results.ViewOptions.startKey
(boolean key) ViewOptions.startKey
(double key) ViewOptions.startKey
(int key) ViewOptions.startKey
(long key) ViewOptions.startKey
(JsonObject key) ViewOptions.startKeyDocId
(String id) static ViewOptions
ViewOptions.viewOptions()