Uses of Class
com.couchbase.client.java.view.ViewScanConsistency
-
Packages that use ViewScanConsistency Package Description com.couchbase.client.java.view 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 ViewScanConsistency Modifier and Type Method Description static ViewScanConsistency
ViewScanConsistency. valueOf(String name)
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 ViewScanConsistency Modifier and Type Method Description ViewOptions
ViewOptions. scanConsistency(ViewScanConsistency scanConsistency)
Sets the scan consistency (staleness) of a view query.
-