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 classCouchbaseAsyncClusterMain asynchronous entry point to a Couchbase Cluster.Methods in com.couchbase.client.java that return AsyncCluster Modifier and Type Method Description AsyncClusterCluster. async()Returns a reference to the underlying async cluster.AsyncClusterCouchbaseCluster. async()AsyncClusterAsyncCluster. authenticate(Authenticator auth)Sets theAuthenticatorto use when credentials are needed for an operation but no explicit credentials are provided.AsyncClusterAsyncCluster. authenticate(String username, String password)Shortcut method to directly authenticate with a username and a password.AsyncClusterCouchbaseAsyncCluster. authenticate(String username, String password)
-