| Package | Description |
|---|---|
| com.couchbase.client.java | |
| com.couchbase.client.java.repository | |
| com.couchbase.client.java.view |
| Modifier and Type | Class and Description |
|---|---|
class |
CouchbaseAsyncBucket |
| Modifier and Type | Method and Description |
|---|---|
AsyncBucket |
CouchbaseBucket.async() |
AsyncBucket |
Bucket.async()
Provides access to the underlying asynchronous bucket interface.
|
| Modifier and Type | Method and Description |
|---|---|
Observable<AsyncBucket> |
CouchbaseAsyncCluster.openBucket() |
Observable<AsyncBucket> |
AsyncCluster.openBucket()
Opens the default bucket with an empty password.
|
Observable<AsyncBucket> |
CouchbaseAsyncCluster.openBucket(String name) |
Observable<AsyncBucket> |
AsyncCluster.openBucket(String name)
Opens the bucket with the given name and an empty password.
|
Observable<AsyncBucket> |
CouchbaseAsyncCluster.openBucket(String name,
String password) |
Observable<AsyncBucket> |
AsyncCluster.openBucket(String name,
String password)
Opens the bucket with the given name and password.
|
Observable<AsyncBucket> |
CouchbaseAsyncCluster.openBucket(String name,
String password,
List<Transcoder<? extends Document,?>> transcoders) |
Observable<AsyncBucket> |
AsyncCluster.openBucket(String name,
String password,
List<Transcoder<? extends Document,?>> transcoders)
Opens the bucket with the given name, password and a custom list of
Transcoders. |
| Constructor and Description |
|---|
CouchbaseBucket(AsyncBucket asyncBucket,
CouchbaseEnvironment env,
com.couchbase.client.core.ClusterFacade core,
String name,
String password)
Create a
CouchbaseBucket that relies on the provided AsyncBucket. |
| Constructor and Description |
|---|
CouchbaseAsyncRepository(AsyncBucket bucket) |
| Modifier and Type | Method and Description |
|---|---|
static Observable<AsyncSpatialViewResult> |
ViewQueryResponseMapper.mapToSpatialViewResult(AsyncBucket bucket,
SpatialViewQuery query,
com.couchbase.client.core.message.view.ViewQueryResponse response)
Maps a raw
ViewQueryResponse into a AsyncSpatialViewResult. |
static Observable<AsyncViewResult> |
ViewQueryResponseMapper.mapToViewResult(AsyncBucket bucket,
ViewQuery query,
com.couchbase.client.core.message.view.ViewQueryResponse response)
Maps a raw
ViewQueryResponse into a AsyncViewResult. |
| Constructor and Description |
|---|
DefaultAsyncSpatialViewRow(AsyncBucket bucket,
String id,
JsonArray key,
Object value,
JsonObject geometry,
Document<?> document) |
DefaultAsyncViewRow(AsyncBucket bucket,
String id,
Object key,
Object value,
Document<?> document) |
Copyright © 2015 Couchbase, Inc.. All rights reserved.