| Package | Description |
|---|---|
| com.couchbase.client.java |
Holds all classes that are needed for the Couchbase Java SDK.
|
| com.couchbase.client.java.analytics |
Namespace for various analytics-service related classes.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<ReactiveAnalyticsResult> |
ReactiveScope.analyticsQuery(String statement)
Performs an Analytics query with default
AnalyticsOptions on a scope |
Mono<ReactiveAnalyticsResult> |
ReactiveCluster.analyticsQuery(String statement)
Performs an Analytics query with default
AnalyticsOptions. |
Mono<ReactiveAnalyticsResult> |
ReactiveScope.analyticsQuery(String statement,
AnalyticsOptions options)
Performs an Analytics query with custom
AnalyticsOptions on a scope |
Mono<ReactiveAnalyticsResult> |
ReactiveCluster.analyticsQuery(String statement,
AnalyticsOptions options)
Performs an Analytics query with custom
AnalyticsOptions. |
| Modifier and Type | Method and Description |
|---|---|
static Mono<ReactiveAnalyticsResult> |
AnalyticsAccessor.analyticsQueryReactive(Core core,
AnalyticsRequest request,
JsonSerializer serializer) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.