Uses of Class
com.couchbase.client.java.ConnectionString.Scheme
-
Packages that use ConnectionString.Scheme Package Description com.couchbase.client.java -
-
Uses of ConnectionString.Scheme in com.couchbase.client.java
Methods in com.couchbase.client.java that return ConnectionString.Scheme Modifier and Type Method Description ConnectionString.Scheme
ConnectionString. scheme()
Deprecated.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.
-