Uses of Enum
com.couchbase.client.java.query.QueryProfile
Packages that use QueryProfile
Package
Description
Namespace for various query-service related classes.
- 
Uses of QueryProfile in com.couchbase.client.java.queryMethods in com.couchbase.client.java.query that return QueryProfileModifier and TypeMethodDescriptionstatic QueryProfileReturns the enum constant of this type with the specified name.static QueryProfile[]QueryProfile.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 QueryProfileModifier and TypeMethodDescriptionQueryOptions.profile(QueryProfile profile) Customizes the server profiling level for this query.
- 
Uses of QueryProfile in com.couchbase.client.java.transactionsMethods in com.couchbase.client.java.transactions with parameters of type QueryProfileModifier and TypeMethodDescriptionTransactionQueryOptions.profile(QueryProfile profile) Customizes the server profiling level for this query.