Uses of Class
com.couchbase.client.java.CouchbaseAsyncCluster
-
Packages that use 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 CouchbaseAsyncClusterCouchbaseAsyncCluster. authenticate(Authenticator auth)static CouchbaseAsyncClusterCouchbaseAsyncCluster. create()Creates a newCouchbaseAsyncClusterreference against theDEFAULT_HOST.static CouchbaseAsyncClusterCouchbaseAsyncCluster. create(CouchbaseEnvironment environment)Creates a newCouchbaseAsyncClusterreference against theDEFAULT_HOST.static CouchbaseAsyncClusterCouchbaseAsyncCluster. create(CouchbaseEnvironment environment, String... nodes)Creates a newCouchbaseAsyncClusterreference against the nodes passed in.static CouchbaseAsyncClusterCouchbaseAsyncCluster. create(CouchbaseEnvironment environment, List<String> nodes)Creates a newCouchbaseAsyncClusterreference against the nodes passed in.static CouchbaseAsyncClusterCouchbaseAsyncCluster. create(String... nodes)Creates a newCouchbaseAsyncClusterreference against the nodes passed in.static CouchbaseAsyncClusterCouchbaseAsyncCluster. create(List<String> nodes)Creates a newCouchbaseAsyncClusterreference against the nodes passed in.static CouchbaseAsyncClusterCouchbaseAsyncCluster. fromConnectionString(CouchbaseEnvironment environment, String connectionString)Creates a newCouchbaseAsyncClusterreference using the connection string.static CouchbaseAsyncClusterCouchbaseAsyncCluster. fromConnectionString(String connectionString)Creates a newCouchbaseAsyncClusterreference using the connection string.
-