Uses of Class
com.couchbase.client.core.util.ConnectionString.Scheme
-
Packages that use ConnectionString.Scheme Package Description com.couchbase.client.core.util -
-
Uses of ConnectionString.Scheme in com.couchbase.client.core.util
Methods in com.couchbase.client.core.util that return ConnectionString.Scheme Modifier and Type Method Description ConnectionString.Scheme
ConnectionString. scheme()
static ConnectionString.Scheme
ConnectionString.Scheme. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConnectionString.Scheme[]
ConnectionString.Scheme. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-