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 the bucket with the given name, using the default timeout and the password from the
Authenticator that was last set (in the BUCKET_KV context ). |
Bucket |
CouchbaseCluster.openBucket(String name,
long timeout,
TimeUnit timeUnit) |
Bucket |
Cluster.openBucket(String name,
long timeout,
TimeUnit timeUnit)
Opens the bucket with the given name, using a custom timeout and the password from the
Authenticator that was last set (in the BUCKET_KV context ). |
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.
|
Constructor and Description |
---|
CouchbaseArrayList(String id,
Bucket bucket)
|
CouchbaseArrayList(String id,
Bucket bucket,
Collection<? extends E> content)
|
CouchbaseArrayList(String id,
Bucket bucket,
E... content)
|
CouchbaseArraySet(String id,
Bucket bucket)
Create a new
CouchbaseArraySet , backed by the document identified by id in the given Couchbase bucket . |
CouchbaseArraySet(String id,
Bucket bucket,
Set<? extends T> initialData)
Create a new
CouchbaseArraySet , backed by the document identified by id in the given Couchbase bucket . |
CouchbaseMap(String id,
Bucket bucket)
|
CouchbaseMap(String id,
Bucket bucket,
Map<String,? extends V> data)
|
CouchbaseQueue(String id,
Bucket bucket)
|
CouchbaseQueue(String id,
Bucket bucket,
Collection<? extends E> content)
|
CouchbaseQueue(String id,
Bucket bucket,
E... content)
|
Constructor and Description |
---|
JsonArrayDocumentIterator(Bucket bucket,
String id) |
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.