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 |
Bucket.async()
Provides access to the underlying asynchronous bucket interface.
|
AsyncBucket |
CouchbaseBucket.async() |
Modifier and Type | Method and Description |
---|---|
rx.Observable<AsyncBucket> |
CouchbaseAsyncCluster.openBucket() |
rx.Observable<AsyncBucket> |
AsyncCluster.openBucket()
Opens the default bucket with an empty password.
|
rx.Observable<AsyncBucket> |
CouchbaseAsyncCluster.openBucket(String name) |
rx.Observable<AsyncBucket> |
AsyncCluster.openBucket(String name)
Opens the bucket with the given name using the password from the
Authenticator that was last set |
rx.Observable<AsyncBucket> |
CouchbaseAsyncCluster.openBucket(String name,
List<Transcoder<? extends Document,?>> transcoders) |
rx.Observable<AsyncBucket> |
AsyncCluster.openBucket(String name,
List<Transcoder<? extends Document,?>> transcoders)
Opens the bucket with the given name using the password from the
Authenticator that was last set |
rx.Observable<AsyncBucket> |
CouchbaseAsyncCluster.openBucket(String name,
String password) |
rx.Observable<AsyncBucket> |
AsyncCluster.openBucket(String name,
String password)
Opens the bucket with the given name and password.
|
rx.Observable<AsyncBucket> |
CouchbaseAsyncCluster.openBucket(String name,
String password,
List<Transcoder<? extends Document,?>> transcoders) |
rx.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
Transcoder s. |
Constructor and Description |
---|
CouchbaseBucket(AsyncBucket asyncBucket,
CouchbaseEnvironment env,
ClusterFacade core,
String name,
String username,
String password)
Create a
CouchbaseBucket that relies on the provided AsyncBucket . |
Constructor and Description |
---|
CouchbaseAsyncRepository(AsyncBucket bucket) |
Modifier and Type | Method and Description |
---|---|
static rx.Observable<AsyncSpatialViewResult> |
ViewQueryResponseMapper.mapToSpatialViewResult(AsyncBucket bucket,
SpatialViewQuery query,
ViewQueryResponse response)
Maps a raw
ViewQueryResponse into a AsyncSpatialViewResult . |
static rx.Observable<AsyncViewResult> |
ViewQueryResponseMapper.mapToViewResult(AsyncBucket bucket,
ViewQuery query,
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.