Package | Description |
---|---|
com.couchbase.client.java | |
com.couchbase.client.java.event.consumers | |
com.couchbase.client.java.repository | |
com.couchbase.client.java.util | |
com.couchbase.client.java.view |
Modifier and Type | Class and Description |
---|---|
class |
CouchbaseBucket |
Modifier and Type | Method and Description |
---|---|
Bucket |
CouchbaseCluster.openBucket() |
Bucket |
Cluster.openBucket()
Opens the default bucket with an empty password with the default connect timeout.
|
Bucket |
CouchbaseCluster.openBucket(long timeout,
TimeUnit timeUnit) |
Bucket |
Cluster.openBucket(long timeout,
TimeUnit timeUnit)
Opens the default bucket with an empty password with a custom timeout.
|
Bucket |
CouchbaseCluster.openBucket(String name) |
Bucket |
Cluster.openBucket(String name)
Opens a bucket identified by its name with an empty password and with the default connect timeout.
|
Bucket |
CouchbaseCluster.openBucket(String name,
long timeout,
TimeUnit timeUnit) |
Bucket |
Cluster.openBucket(String name,
long timeout,
TimeUnit timeUnit)
Opens a bucket identified by its name with an empty password and with a custom timeout.
|
Bucket |
CouchbaseCluster.openBucket(String name,
String password) |
Bucket |
Cluster.openBucket(String name,
String password)
Opens a bucket identified by its name and password with the default connect timeout.
|
Bucket |
CouchbaseCluster.openBucket(String name,
String password,
List<Transcoder<? extends Document,?>> transcoders) |
Bucket |
Cluster.openBucket(String name,
String password,
List<Transcoder<? extends Document,?>> transcoders)
Opens a bucket identified by its name and password with custom transcoders and with the default connect timeout.
|
Bucket |
CouchbaseCluster.openBucket(String name,
String password,
List<Transcoder<? extends Document,?>> transcoders,
long timeout,
TimeUnit timeUnit) |
Bucket |
Cluster.openBucket(String name,
String password,
List<Transcoder<? extends Document,?>> transcoders,
long timeout,
TimeUnit timeUnit)
Opens a bucket identified by its name and password with custom transcoders and with a custom timeout.
|
Bucket |
CouchbaseCluster.openBucket(String name,
String password,
long timeout,
TimeUnit timeUnit) |
Bucket |
Cluster.openBucket(String name,
String password,
long timeout,
TimeUnit timeUnit)
Opens a bucket identified by its name and password with a custom timeout.
|
Modifier and Type | Method and Description |
---|---|
static BucketConsumer |
BucketConsumer.create(Bucket bucket) |
static BucketConsumer |
BucketConsumer.create(Bucket bucket,
BucketConsumer.StoreType storeType) |
Constructor and Description |
---|
CouchbaseRepository(Bucket bucket,
CouchbaseEnvironment environment) |
Modifier and Type | Method and Description |
---|---|
static NodeLocatorHelper |
NodeLocatorHelper.create(Bucket bucket)
Creates a new
NodeLocatorHelper , mapped on to the given Bucket . |
Constructor and Description |
---|
DefaultSpatialViewResult(CouchbaseEnvironment env,
Bucket bucket,
Observable<AsyncSpatialViewRow> rows,
boolean success,
Observable<JsonObject> error,
JsonObject debug) |
DefaultViewResult(CouchbaseEnvironment env,
Bucket bucket,
Observable<AsyncViewRow> rows,
int totalRows,
boolean success,
Observable<JsonObject> error,
JsonObject debug) |
Copyright © 2015 Couchbase, Inc.