Modifier and Type | Method and Description |
---|---|
CouchbaseEnvironment |
CouchbaseBucket.environment() |
CouchbaseEnvironment |
CouchbaseAsyncBucket.environment() |
CouchbaseEnvironment |
Bucket.environment()
The
CouchbaseEnvironment used. |
CouchbaseEnvironment |
AsyncBucket.environment()
The
CouchbaseEnvironment used. |
Modifier and Type | Method and Description |
---|---|
static CouchbaseCluster |
CouchbaseCluster.create(CouchbaseEnvironment environment) |
static CouchbaseAsyncCluster |
CouchbaseAsyncCluster.create(CouchbaseEnvironment environment) |
static CouchbaseCluster |
CouchbaseCluster.create(CouchbaseEnvironment environment,
List<String> nodes) |
static CouchbaseAsyncCluster |
CouchbaseAsyncCluster.create(CouchbaseEnvironment environment,
List<String> nodes) |
static CouchbaseCluster |
CouchbaseCluster.create(CouchbaseEnvironment environment,
String... nodes) |
static CouchbaseAsyncCluster |
CouchbaseAsyncCluster.create(CouchbaseEnvironment environment,
String... nodes) |
static CouchbaseCluster |
CouchbaseCluster.fromConnectionString(CouchbaseEnvironment environment,
String connectionString) |
static CouchbaseAsyncCluster |
CouchbaseAsyncCluster.fromConnectionString(CouchbaseEnvironment environment,
String connectionString) |
Constructor and Description |
---|
CouchbaseAsyncBucket(com.couchbase.client.core.ClusterFacade core,
CouchbaseEnvironment environment,
String name,
String password,
List<Transcoder<? extends Document,?>> customTranscoders) |
CouchbaseBucket(CouchbaseEnvironment env,
com.couchbase.client.core.ClusterFacade core,
String name,
String password,
List<Transcoder<? extends Document,?>> customTranscoders) |
Modifier and Type | Method and Description |
---|---|
static DefaultBucketManager |
DefaultBucketManager.create(CouchbaseEnvironment environment,
String bucket,
String password,
com.couchbase.client.core.ClusterFacade core) |
Modifier and Type | Method and Description |
---|---|
static DefaultClusterManager |
DefaultClusterManager.create(String username,
String password,
ConnectionString connectionString,
CouchbaseEnvironment environment,
com.couchbase.client.core.ClusterFacade core) |
static DefaultAsyncClusterManager |
DefaultAsyncClusterManager.create(String username,
String password,
ConnectionString connectionString,
CouchbaseEnvironment environment,
com.couchbase.client.core.ClusterFacade core) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCouchbaseEnvironment
The default implementation of a
CouchbaseEnvironment . |
Constructor and Description |
---|
CouchbaseRepository(Bucket bucket,
CouchbaseEnvironment environment) |
Constructor and Description |
---|
DefaultSpatialViewResult(CouchbaseEnvironment env,
Bucket bucket,
Observable<AsyncSpatialViewRow> rows,
boolean success,
Observable<JsonObject> error,
JsonObject debug) |
DefaultSpatialViewRow(CouchbaseEnvironment env,
AsyncSpatialViewRow asyncViewRow) |
DefaultViewResult(CouchbaseEnvironment env,
Bucket bucket,
Observable<AsyncViewRow> rows,
int totalRows,
boolean success,
Observable<JsonObject> error,
JsonObject debug) |
DefaultViewRow(CouchbaseEnvironment env,
AsyncViewRow asyncViewRow) |
Copyright © 2015 Couchbase, Inc.. All rights reserved.