Uses of Enum
com.couchbase.client.java.query.QueryScanConsistency
Package
Description
Namespace for various query-service related classes.
-
Uses of QueryScanConsistency in com.couchbase.client.java.manager.eventing
Modifier and TypeMethodDescriptionEventingFunctionSettings.queryConsistency()
Consistency level used by n1ql statements in the handler.Modifier and TypeMethodDescriptionEventingFunctionSettings.Builder.queryConsistency
(QueryScanConsistency queryConsistency) Consistency level used by n1ql statements in the handler. -
Uses of QueryScanConsistency in com.couchbase.client.java.query
Modifier and TypeMethodDescriptionstatic QueryScanConsistency
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.Modifier and TypeMethodDescriptionQueryOptions.scanConsistency
(QueryScanConsistency scanConsistency) Customizes the consistency guarantees for this query. -
Uses of QueryScanConsistency in com.couchbase.client.java.transactions
Modifier and TypeMethodDescriptionTransactionQueryOptions.scanConsistency
(QueryScanConsistency scanConsistency) Customizes the consistency guarantees for this query. -
Uses of QueryScanConsistency in com.couchbase.client.java.transactions.config
Modifier and TypeMethodDescriptionTransactionsQueryConfig.Builder.scanConsistency
(QueryScanConsistency scanConsistency) Customizes the default consistency guarantees for all queries inside this transaction.TransactionsQueryConfig.scanConsistency
(QueryScanConsistency scanConsistency) Deprecated.
TransactionsConfig.Builder.queryConfig(Consumer)
and configure the builder passed to the consumer.