Package | Description |
---|---|
com.couchbase.client.java.view |
Namespace for various view-service related classes.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
ViewOptions |
ViewOptions.scanConsistency(ViewScanConsistency scanConsistency)
Sets the scan consistency (staleness) of a view query.
|
Copyright © 2020 Couchbase, Inc.. All rights reserved.