Package | Description |
---|---|
com.couchbase.client.java | |
com.couchbase.client.java.query | |
com.couchbase.client.java.query.core |
Modifier and Type | Method and Description |
---|---|
N1qlQueryResult |
Bucket.query(N1qlQuery query)
Queries a N1QL secondary index with the
default query timeout . |
N1qlQueryResult |
CouchbaseCluster.query(N1qlQuery query) |
N1qlQueryResult |
CouchbaseBucket.query(N1qlQuery query) |
N1qlQueryResult |
Cluster.query(N1qlQuery query)
Synchronously perform a N1QL query that can span multiple buckets, with the default
timeout . |
N1qlQueryResult |
Bucket.query(N1qlQuery query,
long timeout,
TimeUnit timeUnit)
Queries a N1QL secondary index with a custom timeout.
|
N1qlQueryResult |
CouchbaseCluster.query(N1qlQuery query,
long timeout,
TimeUnit timeUnit) |
N1qlQueryResult |
CouchbaseBucket.query(N1qlQuery query,
long timeout,
TimeUnit timeUnit) |
N1qlQueryResult |
Cluster.query(N1qlQuery query,
long timeout,
TimeUnit timeUnit)
Synchronously perform a N1QL query that can span multiple buckets, with a custom timeout.
|
N1qlQueryResult |
Bucket.query(Statement statement)
Queries a N1QL secondary index with the
default query timeout . |
N1qlQueryResult |
CouchbaseBucket.query(Statement statement) |
N1qlQueryResult |
Bucket.query(Statement statement,
long timeout,
TimeUnit timeUnit)
Queries a N1QL secondary index with a custom timeout.
|
N1qlQueryResult |
CouchbaseBucket.query(Statement statement,
long timeout,
TimeUnit timeUnit) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultN1qlQueryResult |
Modifier and Type | Field and Description |
---|---|
static rx.functions.Func1<? super AsyncN1qlQueryResult,? extends rx.Observable<? extends N1qlQueryResult>> |
N1qlQueryExecutor.ASYNC_RESULT_TO_SYNC
A function that can be used in a flatMap to convert an
AsyncN1qlQueryResult to a N1qlQueryResult . |
Copyright © 2015 Couchbase, Inc.