Package | Description |
---|---|
com.couchbase.client.java | |
com.couchbase.client.java.analytics |
Modifier and Type | Method and Description |
---|---|
rx.Observable<AsyncAnalyticsQueryResult> |
CouchbaseAsyncBucket.query(AnalyticsQuery query) |
rx.Observable<AsyncAnalyticsQueryResult> |
AsyncBucket.query(AnalyticsQuery query)
Uncommitted: Queries Couchbase Analytics
|
rx.Observable<AsyncAnalyticsQueryResult> |
CouchbaseAsyncBucket.query(AnalyticsQuery query,
long timeout,
TimeUnit timeUnit) |
rx.Observable<AsyncAnalyticsQueryResult> |
AsyncBucket.query(AnalyticsQuery query,
long timeout,
TimeUnit timeUnit)
Uncommitted: Queries Couchbase Analytics
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultAsyncAnalyticsQueryResult |
Modifier and Type | Field and Description |
---|---|
static rx.functions.Func1<? super AsyncAnalyticsQueryResult,? extends rx.Observable<? extends AnalyticsQueryResult>> |
AnalyticsQueryExecutor.ASYNC_RESULT_TO_SYNC
A function that can be used in a flatMap to convert an
AsyncAnalyticsQueryResult to a AnalyticsQueryResult . |
Modifier and Type | Method and Description |
---|---|
rx.Observable<AsyncAnalyticsQueryResult> |
AnalyticsQueryExecutor.execute(AnalyticsQuery query,
CouchbaseEnvironment env,
long timeout,
TimeUnit timeUnit) |
Copyright © 2015 Couchbase, Inc.