Companion

object Companion

Functions

connect
Link copied to clipboard
fun connect(connectionString: String, authenticator: Authenticator, envBuilder: ClusterEnvironment.Builder = ClusterEnvironment.builder()): Cluster
Connects to a Couchbase cluster using an alternate authentication strategy like CertificateAuthenticator.
fun connect(connectionString: String, authenticator: Authenticator, envConfigBlock: ClusterEnvironmentConfigBlock): Cluster
Connects to a Couchbase cluster using an alternate authentication strategy like CertificateAuthenticator.
fun connect(connectionString: String, username: String, password: String, envBuilder: ClusterEnvironment.Builder = ClusterEnvironment.builder()): Cluster
Connects to a Couchbase cluster, authenticating with username and password.
fun connect(connectionString: String, username: String, password: String, envConfigBlock: ClusterEnvironmentConfigBlock): Cluster
Connects to a Couchbase cluster, authenticating with username and password.
connectUsingSharedEnvironment
Link copied to clipboard
fun connectUsingSharedEnvironment(connectionString: String, authenticator: Authenticator, env: ClusterEnvironment): Cluster
Connects to a Couchbase cluster using an alternate authentication strategy like CertificateAuthenticator.
fun connectUsingSharedEnvironment(connectionString: String, username: String, password: String, env: ClusterEnvironment): Cluster
Connects to a Couchbase cluster, authenticating with username and password.