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