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