Package | Description |
---|---|
com.couchbase.client.java |
Modifier and Type | Method and Description |
---|---|
static CouchbaseAsyncCluster |
CouchbaseAsyncCluster.create()
Creates a new
CouchbaseAsyncCluster reference against the DEFAULT_HOST . |
static CouchbaseAsyncCluster |
CouchbaseAsyncCluster.create(CouchbaseEnvironment environment)
Creates a new
CouchbaseAsyncCluster reference against the DEFAULT_HOST . |
static CouchbaseAsyncCluster |
CouchbaseAsyncCluster.create(CouchbaseEnvironment environment,
List<String> nodes)
Creates a new
CouchbaseAsyncCluster reference against the nodes passed in. |
static CouchbaseAsyncCluster |
CouchbaseAsyncCluster.create(CouchbaseEnvironment environment,
String... nodes)
Creates a new
CouchbaseAsyncCluster reference against the nodes passed in. |
static CouchbaseAsyncCluster |
CouchbaseAsyncCluster.create(List<String> nodes)
Creates a new
CouchbaseAsyncCluster reference against the nodes passed in. |
static CouchbaseAsyncCluster |
CouchbaseAsyncCluster.create(String... nodes)
Creates a new
CouchbaseAsyncCluster reference against the nodes passed in. |
static CouchbaseAsyncCluster |
CouchbaseAsyncCluster.fromConnectionString(CouchbaseEnvironment environment,
String connectionString)
Creates a new
CouchbaseAsyncCluster reference using the connection string. |
static CouchbaseAsyncCluster |
CouchbaseAsyncCluster.fromConnectionString(String connectionString)
Creates a new
CouchbaseAsyncCluster reference using the connection string. |
Copyright © 2015 Couchbase, Inc.