Uses of Class
com.couchbase.client.java.query.QueryScanConsistency
-
Packages that use QueryScanConsistency Package Description com.couchbase.client.java.manager.eventing com.couchbase.client.java.query Namespace for various query-service related classes.com.couchbase.client.java.transactions com.couchbase.client.java.transactions.config -
-
Uses of QueryScanConsistency in com.couchbase.client.java.manager.eventing
Methods in com.couchbase.client.java.manager.eventing that return QueryScanConsistency Modifier and Type Method Description QueryScanConsistency
EventingFunctionSettings. queryConsistency()
Consistency level used by n1ql statements in the handler.Methods in com.couchbase.client.java.manager.eventing with parameters of type QueryScanConsistency Modifier and Type Method Description EventingFunctionSettings.Builder
EventingFunctionSettings.Builder. queryConsistency(QueryScanConsistency queryConsistency)
Consistency level used by n1ql statements in the handler. -
Uses of QueryScanConsistency in com.couchbase.client.java.query
Methods in com.couchbase.client.java.query that return QueryScanConsistency Modifier and Type Method Description static QueryScanConsistency
QueryScanConsistency. valueOf(String name)
Returns the enum constant of this type with the specified name.static QueryScanConsistency[]
QueryScanConsistency. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.java.query with parameters of type QueryScanConsistency Modifier and Type Method Description QueryOptions
QueryOptions. scanConsistency(QueryScanConsistency scanConsistency)
Customizes the consistency guarantees for this query. -
Uses of QueryScanConsistency in com.couchbase.client.java.transactions
Methods in com.couchbase.client.java.transactions with parameters of type QueryScanConsistency Modifier and Type Method Description TransactionQueryOptions
TransactionQueryOptions. scanConsistency(QueryScanConsistency scanConsistency)
Customizes the consistency guarantees for this query. -
Uses of QueryScanConsistency in com.couchbase.client.java.transactions.config
Methods in com.couchbase.client.java.transactions.config with parameters of type QueryScanConsistency Modifier and Type Method Description TransactionsQueryConfig.Builder
TransactionsQueryConfig.Builder. scanConsistency(QueryScanConsistency scanConsistency)
Customizes the default consistency guarantees for all queries inside this transaction.static TransactionsQueryConfig.Builder
TransactionsQueryConfig. scanConsistency(QueryScanConsistency scanConsistency)
Customizes the default consistency guarantees for all queries inside this transaction.
-