Uses of Enum
com.couchbase.client.java.view.ViewScanConsistency
Packages that use ViewScanConsistency
Package
Description
Namespace for various view-service related classes.
-
Uses of ViewScanConsistency in com.couchbase.client.java.view
Methods in com.couchbase.client.java.view that return ViewScanConsistencyModifier and TypeMethodDescriptionstatic ViewScanConsistency
Returns the enum constant of this type with the specified name.static ViewScanConsistency[]
ViewScanConsistency.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.java.view with parameters of type ViewScanConsistencyModifier and TypeMethodDescriptionViewOptions.scanConsistency
(ViewScanConsistency scanConsistency) Sets the scan consistency (staleness) of a view query.