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 class
CouchbaseCluster
Main synchronous entry point to a Couchbase Cluster.Methods in com.couchbase.client.java that return Cluster Modifier and Type Method Description Cluster
Cluster. authenticate(Authenticator auth)
Sets theAuthenticator
to use when credentials are needed for an operation but no explicit credentials are provided.Cluster
Cluster. authenticate(String username, String password)
Shortcut method to directly authenticate with a username and a password.
-