Uses of Interface
com.couchbase.client.java.AsyncCluster
-
Packages that use AsyncCluster Package Description com.couchbase.client.java -
-
Uses of AsyncCluster in com.couchbase.client.java
Classes in com.couchbase.client.java that implement AsyncCluster Modifier and Type Class Description class
CouchbaseAsyncCluster
Main asynchronous entry point to a Couchbase Cluster.Methods in com.couchbase.client.java that return AsyncCluster Modifier and Type Method Description AsyncCluster
Cluster. async()
Returns a reference to the underlying async cluster.AsyncCluster
CouchbaseCluster. async()
AsyncCluster
AsyncCluster. authenticate(Authenticator auth)
Sets theAuthenticator
to use when credentials are needed for an operation but no explicit credentials are provided.AsyncCluster
AsyncCluster. authenticate(String username, String password)
Shortcut method to directly authenticate with a username and a password.AsyncCluster
CouchbaseAsyncCluster. authenticate(String username, String password)
-