Uses of Interface
com.couchbase.client.java.Cluster
-
Packages that use Cluster Package Description com.couchbase.client.java -
-
Uses of Cluster in com.couchbase.client.java
Classes in com.couchbase.client.java that implement Cluster Modifier and Type Class Description classCouchbaseClusterMain synchronous entry point to a Couchbase Cluster.Methods in com.couchbase.client.java that return Cluster Modifier and Type Method Description ClusterCluster. authenticate(Authenticator auth)Sets theAuthenticatorto use when credentials are needed for an operation but no explicit credentials are provided.ClusterCluster. authenticate(String username, String password)Shortcut method to directly authenticate with a username and a password.
-