Uses of Class
com.couchbase.client.java.query.ScanConsistency
-
Packages that use ScanConsistency Package Description com.couchbase.client.java.query Namespace for various query-service related classes. -
-
Uses of ScanConsistency in com.couchbase.client.java.query
Methods in com.couchbase.client.java.query that return ScanConsistency Modifier and Type Method Description static ScanConsistency
ScanConsistency. valueOf(String name)
Returns the enum constant of this type with the specified name.static ScanConsistency[]
ScanConsistency. 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 ScanConsistency Modifier and Type Method Description QueryOptions
QueryOptions. scanConsistency(ScanConsistency scanConsistency)
Scan consistency for the query
-