Uses of Class
com.couchbase.client.java.env.ClusterEnvironment.Builder
-
Packages that use ClusterEnvironment.Builder Package Description com.couchbase.client.java.env -
-
Uses of ClusterEnvironment.Builder in com.couchbase.client.java.env
Methods in com.couchbase.client.java.env that return ClusterEnvironment.Builder Modifier and Type Method Description static ClusterEnvironment.Builder
ClusterEnvironment. builder(Credentials credentials)
static ClusterEnvironment.Builder
ClusterEnvironment. builder(String connectionString, Credentials credentials)
static ClusterEnvironment.Builder
ClusterEnvironment. builder(String username, String password)
static ClusterEnvironment.Builder
ClusterEnvironment. builder(String connectionString, String username, String password)
ClusterEnvironment.Builder
ClusterEnvironment.Builder. load(ClusterPropertyLoader loader)
-