Uses of Enum
com.couchbase.client.java.analytics.AnalyticsScanConsistency
Packages that use AnalyticsScanConsistency
Package
Description
Namespace for various analytics-service related classes.
-
Uses of AnalyticsScanConsistency in com.couchbase.client.java.analytics
Methods in com.couchbase.client.java.analytics that return AnalyticsScanConsistencyModifier and TypeMethodDescriptionstatic AnalyticsScanConsistency
Returns the enum constant of this type with the specified name.static AnalyticsScanConsistency[]
AnalyticsScanConsistency.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.java.analytics with parameters of type AnalyticsScanConsistencyModifier and TypeMethodDescriptionAnalyticsOptions.scanConsistency
(AnalyticsScanConsistency scanConsistency) Customizes the consistency guarantees for this query.