Uses of Class
com.couchbase.client.java.CouchbaseAsyncCluster
Package | Description |
---|---|
com.couchbase.client.java |
-
Uses of CouchbaseAsyncCluster in com.couchbase.client.java
Methods in com.couchbase.client.java that return CouchbaseAsyncCluster Modifier and Type Method Description CouchbaseAsyncCluster
CouchbaseAsyncCluster. authenticate(Authenticator auth)
static CouchbaseAsyncCluster
CouchbaseAsyncCluster. create()
Creates a newCouchbaseAsyncCluster
reference against theDEFAULT_HOST
.static CouchbaseAsyncCluster
CouchbaseAsyncCluster. create(CouchbaseEnvironment environment)
Creates a newCouchbaseAsyncCluster
reference against theDEFAULT_HOST
.static CouchbaseAsyncCluster
CouchbaseAsyncCluster. create(CouchbaseEnvironment environment, String... nodes)
Creates a newCouchbaseAsyncCluster
reference against the nodes passed in.static CouchbaseAsyncCluster
CouchbaseAsyncCluster. create(CouchbaseEnvironment environment, List<String> nodes)
Creates a newCouchbaseAsyncCluster
reference against the nodes passed in.static CouchbaseAsyncCluster
CouchbaseAsyncCluster. create(String... nodes)
Creates a newCouchbaseAsyncCluster
reference against the nodes passed in.static CouchbaseAsyncCluster
CouchbaseAsyncCluster. create(List<String> nodes)
Creates a newCouchbaseAsyncCluster
reference against the nodes passed in.static CouchbaseAsyncCluster
CouchbaseAsyncCluster. fromConnectionString(CouchbaseEnvironment environment, String connectionString)
Creates a newCouchbaseAsyncCluster
reference using the connection string.static CouchbaseAsyncCluster
CouchbaseAsyncCluster. fromConnectionString(String connectionString)
Creates a newCouchbaseAsyncCluster
reference using the connection string.