Uses of Class
com.couchbase.analytics.client.java.QueryOptions
Packages that use QueryOptions
-
Uses of QueryOptions in com.couchbase.analytics.client.java
Methods in com.couchbase.analytics.client.java that return QueryOptionsModifier and TypeMethodDescriptionQueryOptions.clientContextId(@Nullable String clientContextId) QueryOptions.deserializer(@Nullable Deserializer deserializer) Sets the deserializer used byRow.as(java.lang.Class<T>)to convert query result rows into Java objects.QueryOptions.maxRetries(@Nullable Integer maxRetries) Limits the number of times a failed retriable request is retried.QueryOptions.parameters(@Nullable List<?> positionalParameters) QueryOptions.parameters(@Nullable Map<String, ?> namedParameters) Specifies arbitrary name-value pairs to include the query request JSON.QueryOptions.scanConsistency(@Nullable ScanConsistency scanConsistency) Method parameters in com.couchbase.analytics.client.java with type arguments of type QueryOptionsModifier and TypeMethodDescriptionCluster.executeQuery(String statement, Consumer<QueryOptions> options) Queryable.executeQuery(String statement, Consumer<QueryOptions> options) Executes a query statement using the specified options (query parameters, etc.), and buffers all result rows in memory.Scope.executeQuery(String statement, Consumer<QueryOptions> options)