Package | Description |
---|---|
com.couchbase.client.java | |
com.couchbase.client.java.analytics | |
com.couchbase.client.java.util |
Modifier and Type | Method and Description |
---|---|
AnalyticsQueryResult |
Bucket.query(AnalyticsQuery query)
Queries Couchbase Analytics
|
AnalyticsQueryResult |
CouchbaseBucket.query(AnalyticsQuery query) |
rx.Observable<AsyncAnalyticsQueryResult> |
CouchbaseAsyncBucket.query(AnalyticsQuery query) |
rx.Observable<AsyncAnalyticsQueryResult> |
AsyncBucket.query(AnalyticsQuery query)
Queries Couchbase Analytics
|
AnalyticsQueryResult |
Bucket.query(AnalyticsQuery query,
long timeout,
TimeUnit timeUnit)
Queries Couchbase Analytics
|
AnalyticsQueryResult |
CouchbaseBucket.query(AnalyticsQuery query,
long timeout,
TimeUnit timeUnit) |
rx.Observable<AsyncAnalyticsQueryResult> |
CouchbaseAsyncBucket.query(AnalyticsQuery query,
long timeout,
TimeUnit timeUnit) |
rx.Observable<AsyncAnalyticsQueryResult> |
AsyncBucket.query(AnalyticsQuery query,
long timeout,
TimeUnit timeUnit)
Queries Couchbase Analytics
|
Modifier and Type | Class and Description |
---|---|
class |
ParameterizedAnalyticsQuery
This query type extends the simple one so that it properly serializes parameterized
queries, both named and/or positional ones.
|
class |
SimpleAnalyticsQuery
The simplest form of Analytics
AnalyticsQuery with a plain un-parameterized Statements. |
Modifier and Type | Method and Description |
---|---|
rx.Observable<AsyncAnalyticsQueryResult> |
AnalyticsQueryExecutor.execute(AnalyticsQuery query,
CouchbaseEnvironment env,
long timeout,
TimeUnit timeUnit) |
Modifier and Type | Method and Description |
---|---|
static rx.Completable |
AnalyticsIngester.ingest(Bucket bucket,
AnalyticsQuery query)
Takes an
AnalyticsQuery and ingests all rows back into the KV layer as documents with
default settings applied. |
static rx.Completable |
AnalyticsIngester.ingest(Bucket bucket,
AnalyticsQuery query,
AnalyticsIngester.IngestOptions options)
Takes an
AnalyticsQuery and ingests all rows back into the KV layer as documents. |
Copyright © 2015 Couchbase, Inc.