Uses of Enum
com.couchbase.client.java.view.ViewScanConsistency
Package
Description
Namespace for various view-service related classes.
-
Uses of ViewScanConsistency in com.couchbase.client.java.view
Modifier 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.Modifier and TypeMethodDescriptionViewOptions.scanConsistency
(ViewScanConsistency scanConsistency) Sets the scan consistency (staleness) of a view query.