| 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 |
|---|---|
AnalyticsResult |
Scope.analyticsQuery(String statement)
Performs an Analytics query with default
AnalyticsOptions on a scope |
AnalyticsResult |
Cluster.analyticsQuery(String statement)
Performs an analytics query with default
AnalyticsOptions. |
AnalyticsResult |
Scope.analyticsQuery(String statement,
AnalyticsOptions options)
Performs an Analytics query with custom
AnalyticsOptions on a scope |
AnalyticsResult |
Cluster.analyticsQuery(String statement,
AnalyticsOptions options)
Performs an analytics query with custom
AnalyticsOptions. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<AnalyticsResult> |
AsyncScope.analyticsQuery(String statement)
Performs an Analytics query with default
AnalyticsOptions. |
CompletableFuture<AnalyticsResult> |
AsyncCluster.analyticsQuery(String statement)
Performs an Analytics query with default
AnalyticsOptions. |
CompletableFuture<AnalyticsResult> |
AsyncScope.analyticsQuery(String statement,
AnalyticsOptions options)
Performs an Analytics query with custom
AnalyticsOptions. |
CompletableFuture<AnalyticsResult> |
AsyncCluster.analyticsQuery(String statement,
AnalyticsOptions options)
Performs an Analytics query with custom
AnalyticsOptions. |
| Modifier and Type | Method and Description |
|---|---|
static CompletableFuture<AnalyticsResult> |
AnalyticsAccessor.analyticsQueryAsync(Core core,
AnalyticsRequest request,
JsonSerializer serializer) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.