Package | Description |
---|---|
com.couchbase.client.java.query |
Namespace for various query-service related classes.
|
Modifier and Type | Method and Description |
---|---|
static QueryScanConsistency |
QueryScanConsistency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryScanConsistency[] |
QueryScanConsistency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
QueryOptions |
QueryOptions.scanConsistency(QueryScanConsistency scanConsistency)
Customizes the consistency guarantees for this query.
|
Copyright © 2020 Couchbase, Inc.. All rights reserved.